Changed default label of dialog close button

This commit is contained in:
Bernd Bestel 2020-11-15 15:28:50 +01:00
parent 3fc3bdd34c
commit 7d7f9bf07a
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -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()
{ {