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