diff options
author | Paul Donald <newtwen@gmail.com> | 2024-02-12 00:15:46 +0100 |
---|---|---|
committer | Paul Donald <newtwen@gmail.com> | 2024-02-12 00:15:46 +0100 |
commit | 3f6f25f2b0071ad22cfd498da31c4603f47423eb (patch) | |
tree | 79650cbc0ba1c23fb50f1e548074f3ace232c448 /applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/route.js | |
parent | 76ed6774b3cd73bc1318f7c9b976a6c98c1ad3ad (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/route.js')
-rw-r--r-- | applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/route.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/route.js b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/route.js index cf2454c7d4..d83c5543a6 100644 --- a/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/route.js +++ b/applications/luci-app-keepalived/htdocs/luci-static/resources/view/keepalived/route.js @@ -16,7 +16,7 @@ return view.extend({ var s, o; s = m.section(form.GridSection, 'route', _('Routes'), - _('Routes would be refereenced into Static and Virtual Routes of VRRP instances')); + _('Routes would be referenced into Static and Virtual Routes of VRRP instances')); s.anonymous = true; s.addremove = true; s.nodescriptions = true; |