Fixed localization string

This commit is contained in:
Bernd Bestel
2020-12-07 19:55:31 +01:00
parent cf34df5e3f
commit 19802bc122
2 changed files with 2 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ $(document).on('click', '.product-delete-button', function(e)
var objectId = $(e.currentTarget).attr('data-product-id');
bootbox.confirm({
message: __t('Are you sure to delete product "%s"?', objectName) + '<br><br>' + __t('This also removes any stock amount, the journal and all other references of this product - consider disabling this product instead, if you want to keep that and just hide it.'),
message: __t('Are you sure to delete product "%s"?', objectName) + '<br><br>' + __t('This also removes any stock amount, the journal and all other references of this product - consider disabling it instead, if you want to keep that and just hide the product.'),
closeButton: false,
buttons: {
confirm: {