diff options
author | Florian Eckert <fe@dev.tdt.de> | 2021-05-04 08:55:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-04 08:55:16 +0200 |
commit | 0faf9a4e6004f3d1975473636e0737511330ea7a (patch) | |
tree | 4e9d17e3cb5f0dbbc08694106c2cc92255e5254a /modules | |
parent | 005b221515c183c5393c0ab3e3ccb6c68e7f5fa2 (diff) | |
parent | ddf6357cdae574b5e88213fa6af0a96f695e4283 (diff) |
Merge pull request #5024 from SvenRoederer/de-translate-dismiss
luci-base: rename Dismiss button to Close in UCI-apply changes overview
Diffstat (limited to 'modules')
-rw-r--r-- | modules/luci-base/htdocs/luci-static/resources/ui.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/luci-base/htdocs/luci-static/resources/ui.js b/modules/luci-base/htdocs/luci-static/resources/ui.js index 3a991be9ac..5a0e6d297b 100644 --- a/modules/luci-base/htdocs/luci-static/resources/ui.js +++ b/modules/luci-base/htdocs/luci-static/resources/ui.js @@ -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) |