From 018e9624c789903bc023cec68185231648880197 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 19 Feb 2024 01:23:30 +0100 Subject: [PATCH] Update app.py --- store/app.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/store/app.py b/store/app.py index 95083b21..30ad54b3 100644 --- a/store/app.py +++ b/store/app.py @@ -298,7 +298,7 @@ def add_to_wishlist(): csrf_token=csrf_token, successmsg=None, errormsg=_( - "An entry with the name %(slug) already exists in the wishlist, instead, you can add a star to the app to show your interest.", + "An entry with the name %(slug) already exists in the wishlist, instead, you can add a star to the app to show your interest.", slug=slug, ), ) @@ -321,7 +321,7 @@ def add_to_wishlist(): print("... Failed to create branch ?") print(e) errormsg = _( - "Failed to create the pull request to add the app to the wishlist... Maybe there's already a waiting PR for this app? Else, please report the issue to the YunoHost team." + "Failed to create the pull request to add the app to the wishlist... Maybe there's already a waiting PR for this app? Else, please report the issue to the YunoHost team." ) return render_template( "wishlist_add.html",