mirror of
https://github.com/grocy/grocy.git
synced 2025-08-17 11:06:36 +00:00
Added missing translation string
This commit is contained in:
@@ -1543,3 +1543,6 @@ msgstr ""
|
|||||||
|
|
||||||
msgid "Clear"
|
msgid "Clear"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
|
msgid "Are you sure to remove the included recipe \"%s\"?"
|
||||||
|
msgstr ""
|
||||||
|
@@ -181,7 +181,7 @@ $(document).on('click', '.recipe-include-delete-button', function(e)
|
|||||||
var objectId = $(e.currentTarget).attr('data-recipe-include-id');
|
var objectId = $(e.currentTarget).attr('data-recipe-include-id');
|
||||||
|
|
||||||
bootbox.confirm({
|
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,
|
closeButton: false,
|
||||||
buttons: {
|
buttons: {
|
||||||
confirm: {
|
confirm: {
|
||||||
|
Reference in New Issue
Block a user