summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/globals.js
diff options
context:
space:
mode:
authorPaul Donald <newtwen@gmail.com>2024-02-12 00:15:46 +0100
committerPaul Donald <newtwen@gmail.com>2024-02-12 00:15:46 +0100
commit3f6f25f2b0071ad22cfd498da31c4603f47423eb (patch)
tree79650cbc0ba1c23fb50f1e548074f3ace232c448 /applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/globals.js
parent76ed6774b3cd73bc1318f7c9b976a6c98c1ad3ad (diff)
luci-app-keepalived: drive-by fixes
Signed-off-by: Paul Donald <newtwen@gmail.com>
Diffstat (limited to 'applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/globals.js')
-rw-r--r--applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/globals.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/globals.js b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/globals.js
index 5329d3304c..67781b59af 100644
--- a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/globals.js
+++ b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/globals.js
@@ -13,7 +13,7 @@ return view.extend({
s.addremove = false;
o = s.option(form.Value, 'router_id', _('Router ID'),
- _('String identifying the machine (doesn\'t have to be hostname)'));
+ _('String identifying the machine (need not be hostname)'));
o.optional = true;
o.placeholder = 'OpenWrt';