diff options
author | Paul Dee <systemcrash@users.noreply.github.com> | 2021-10-07 01:06:21 +0200 |
---|---|---|
committer | Paul Spooren <mail@aparcar.org> | 2021-10-08 14:12:11 -1000 |
commit | e8194d94bfff569ca2774b36cca59e52a304d363 (patch) | |
tree | 3b61dc046a67c8e234a133e5248b88405e918ee0 /applications/luci-app-banip/htdocs/luci-static/resources | |
parent | 0c4dfc9a8cb0f9cd064a2949d60deb412507725a (diff) |
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 <systemcrash@users.noreply.github.com>
Diffstat (limited to 'applications/luci-app-banip/htdocs/luci-static/resources')
-rw-r--r-- | applications/luci-app-banip/htdocs/luci-static/resources/view/banip/overview.js | 2 |
1 files changed, 1 insertions, 1 deletions
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', { |