From da8668a50d9c3fe7acb137c017395d43cf54f5ab Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 19 Jun 2019 12:39:03 +0200 Subject: 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 [split into multiple commits, sync translations] Signed-off-by: Jo-Philipp Wich --- applications/luci-app-opkg/htdocs/luci-static/resources/view/opkg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-opkg/htdocs/luci-static/resources') 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ā€¦')) ]) ]) ]); -- cgit v1.2.3