mirror of
https://github.com/grocy/grocy.git
synced 2025-09-18 18:46:51 +00:00
Changed default label of dialog close button
This commit is contained in:
@@ -667,7 +667,7 @@ $(document).on("click", ".show-as-dialog-link", function(e)
|
||||
closeButton: false,
|
||||
buttons: {
|
||||
cancel: {
|
||||
label: __t('Cancel'),
|
||||
label: __t('Close'),
|
||||
className: 'btn-secondary responsive-button',
|
||||
callback: function()
|
||||
{
|
||||
|
Reference in New Issue
Block a user