Improve delete confirmation wording details (references #2624)

This commit is contained in:
Bernd Bestel
2024-12-26 10:46:54 +01:00
parent b2aa882abb
commit 5f26e914a2
24 changed files with 56 additions and 56 deletions

View File

@@ -70,7 +70,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 it instead, if you want to keep that and just hide the product.'),
message: __t('Are you sure you want 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: {