Added missing translation string

This commit is contained in:
Bernd Bestel
2019-10-04 10:31:06 +02:00
parent 039ed54a58
commit 554ac104f8
2 changed files with 4 additions and 1 deletions

View File

@@ -1543,3 +1543,6 @@ msgstr ""
msgid "Clear"
msgstr ""
msgid "Are you sure to remove the included recipe \"%s\"?"
msgstr ""

View File

@@ -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: {