diff options
author | Jo-Philipp Wich <jo@mein.io> | 2019-06-19 12:39:03 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2019-06-19 12:39:03 +0200 |
commit | da8668a50d9c3fe7acb137c017395d43cf54f5ab (patch) | |
tree | 40f11203184009cf5782bf46d54e63626d1a326a /applications/luci-app-opkg/htdocs/luci-static/resources/view | |
parent | 88282c14cf521f195536370c004d953e289ea3e4 (diff) |
luci-app-opkg: change remove button caption
Add three dots to the first level 'Remove' button caption, because it
leads to a modal dialogue.
Ref: #2775
Signed-off-by: Dirk Brenken <dev@brenken.org>
[split into multiple commits, sync translations]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'applications/luci-app-opkg/htdocs/luci-static/resources/view')
-rw-r--r-- | applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js index 9f10b2fafc..4d67a034c3 100644 --- a/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js +++ b/applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js @@ -733,7 +733,7 @@ function handleRemove(ev) 'data-package': name, 'class': 'btn cbi-button-negative', 'click': handleOpkg - }, _('Remove')) + }, _('Removeā¦')) ]) ]) ]); |