Merge pull request #5024 from SvenRoederer/de-translate-dismiss

luci-base: rename Dismiss button to Close in UCI-apply changes overview
This commit is contained in:
Florian Eckert 2021-05-04 08:55:16 +02:00 committed by GitHub
commit 0faf9a4e60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4063,7 +4063,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
E('button', { E('button', {
'class': 'btn', 'class': 'btn',
'click': UI.prototype.hideModal 'click': UI.prototype.hideModal
}, [ _('Dismiss') ]), ' ', }, [ _('Close') ]), ' ',
E('button', { E('button', {
'class': 'cbi-button cbi-button-positive important', 'class': 'cbi-button cbi-button-positive important',
'click': L.bind(this.apply, this, true) 'click': L.bind(this.apply, this, true)