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:
commit
0faf9a4e60
1 changed files with 1 additions and 1 deletions
|
@ -4063,7 +4063,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
|
|||
E('button', {
|
||||
'class': 'btn',
|
||||
'click': UI.prototype.hideModal
|
||||
}, [ _('Dismiss') ]), ' ',
|
||||
}, [ _('Close') ]), ' ',
|
||||
E('button', {
|
||||
'class': 'cbi-button cbi-button-positive important',
|
||||
'click': L.bind(this.apply, this, true)
|
||||
|
|
Loading…
Reference in a new issue