Merge pull request #5024 from SvenRoederer/de-translate-dismiss
authorFlorian Eckert <fe@dev.tdt.de>
Tue, 4 May 2021 06:55:16 +0000 (08:55 +0200)
committerGitHub <noreply@github.com>
Tue, 4 May 2021 06:55:16 +0000 (08:55 +0200)
luci-base: rename Dismiss button to Close in UCI-apply changes overview

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
-                                               }, [ _('Dismiss') ]), ' ',
+                                               }, [ _('Close') ]), ' ',
                                                E('button', {
                                                        'class': 'cbi-button cbi-button-positive important',
                                                        'click': L.bind(this.apply, this, true)