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