diff --git a/localization/strings.pot b/localization/strings.pot index 342fd81e..08be8873 100644 --- a/localization/strings.pot +++ b/localization/strings.pot @@ -1543,3 +1543,6 @@ msgstr "" msgid "Clear" msgstr "" + +msgid "Are you sure to remove the included recipe \"%s\"?" +msgstr "" diff --git a/public/viewjs/recipeform.js b/public/viewjs/recipeform.js index 2dc8f1ef..5a632036 100644 --- a/public/viewjs/recipeform.js +++ b/public/viewjs/recipeform.js @@ -181,7 +181,7 @@ $(document).on('click', '.recipe-include-delete-button', function(e) var objectId = $(e.currentTarget).attr('data-recipe-include-id'); bootbox.confirm({ - message: __t('Are you sure to remove included recipe "%s"?', objectName), + message: __t('Are you sure to remove the included recipe "%s"?', objectName), closeButton: false, buttons: { confirm: {