mirror of
https://github.com/grocy/grocy.git
synced 2026-04-04 03:46:16 +02:00
Changed default label of dialog close button
This commit is contained in:
parent
3fc3bdd34c
commit
7d7f9bf07a
|
|
@ -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()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user