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

View File

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