luci-base: change button-text from Dismiss to Close in UCI changes overview
Change the left button of the UCI Apply-changes overview to the more correct function close. This also avoids confusion between Dismiss and Revert, which translate to the same in german. Signed-off-by: Sven Roederer <devel-sven@geroedel.de>
This commit is contained in:
parent
9184721fab
commit
ddf6357cda
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