luci-base: change button-text from Dismiss to Close in UCI changes overview
[project/luci.git] / modules / luci-base / htdocs / luci-static / resources / ui.js
index 3a991be9ac019ec538e561eb46c7aaad6327dec3..5a0e6d297b748b992792fcb4493bcb9e732bdb97 100644 (file)
@@ -4063,7 +4063,7 @@ var UI = baseclass.extend(/** @lends LuCI.ui.prototype */ {
                                                E('button', {
                                                        'class': 'btn',
                                                        'click': UI.prototype.hideModal
                                                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)
                                                E('button', {
                                                        'class': 'cbi-button cbi-button-positive important',
                                                        'click': L.bind(this.apply, this, true)