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

@@ -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'),