From e8194d94bfff569ca2774b36cca59e52a304d363 Mon Sep 17 00:00:00 2001 From: Paul Dee Date: Thu, 7 Oct 2021 01:06:21 +0200 Subject: luc-app-banip: spelling / grammar "Setup" is a noun, the thing. "Set up" is a verbal idiom, the action. One cannot setup a DHCP server, just as one cannot fuckup a test, or ripup some paper. One can, however, set a DHCP server up, and one can fuck a test up, and rip some paper up. Signed-off-by: Paul Dee --- .../luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-banip/htdocs/luci-static/resources') diff --git a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js index 9f0360eba6..508b172f6a 100644 --- a/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js +++ b/applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js @@ -13,7 +13,7 @@ function handleAction(ev) { if (ev === 'timer') { L.ui.showModal(_('Refresh Timer'), [ - E('p', _('To keep your banIP lists up-to-date, you should setup an automatic update job for these lists.')), + E('p', _('To keep your banIP lists up-to-date, you should set up an automatic update job for these lists.')), E('div', { 'class': 'left', 'style': 'display:flex; flex-direction:column' }, [ E('h5', _('Existing job(s)')), E('textarea', { -- cgit v1.2.3