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",