mirror of
https://github.com/grocy/grocy.git
synced 2025-10-14 17:24:07 +00:00
Improve delete confirmation wording details (references #2624)
This commit is contained in:
@@ -32,7 +32,7 @@ $(document).on('click', '.apikey-delete-button', function(e)
|
||||
var objectId = button.attr('data-apikey-id');
|
||||
|
||||
bootbox.confirm({
|
||||
message: __t('Are you sure to delete API key "%s"?', objectName),
|
||||
message: __t('Are you sure you want to delete API key "%s"?', objectName),
|
||||
closeButton: false,
|
||||
buttons: {
|
||||
confirm: {
|
||||
|
Reference in New Issue
Block a user