mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 12:20:22 +00:00
Improve delete confirmation wording details (references #2624)
This commit is contained in:
@@ -282,7 +282,7 @@ $(document).on('click', '.qu-conversion-delete-button', function(e)
|
||||
var objectId = $(e.currentTarget).attr('data-qu-conversion-id');
|
||||
|
||||
bootbox.confirm({
|
||||
message: __t('Are you sure to remove this conversion?'),
|
||||
message: __t('Are you sure you want to remove this conversion?'),
|
||||
closeButton: false,
|
||||
buttons: {
|
||||
confirm: {
|
||||
@@ -319,7 +319,7 @@ $(document).on('click', '.barcode-delete-button', function(e)
|
||||
var objectId = $(e.currentTarget).attr('data-barcode-id');
|
||||
|
||||
bootbox.confirm({
|
||||
message: __t('Are you sure to remove this barcode?'),
|
||||
message: __t('Are you sure you want to remove this barcode?'),
|
||||
closeButton: false,
|
||||
buttons: {
|
||||
confirm: {
|
||||
|
Reference in New Issue
Block a user