mirror of
https://github.com/grocy/grocy.git
synced 2025-10-15 01:37:13 +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,
|
closeButton: false,
|
||||||
buttons: {
|
buttons: {
|
||||||
cancel: {
|
cancel: {
|
||||||
label: __t('Cancel'),
|
label: __t('Close'),
|
||||||
className: 'btn-secondary responsive-button',
|
className: 'btn-secondary responsive-button',
|
||||||
callback: function()
|
callback: function()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user