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:
@@ -33,7 +33,7 @@ $(document).on('click', '.battery-delete-button', function(e)
|
||||
var objectId = $(e.currentTarget).attr('data-battery-id');
|
||||
|
||||
bootbox.confirm({
|
||||
message: __t('Are you sure to delete battery "%s"?', objectName),
|
||||
message: __t('Are you sure you want to delete battery "%s"?', objectName),
|
||||
buttons: {
|
||||
confirm: {
|
||||
label: __t('Yes'),
|
||||
|
Reference in New Issue
Block a user