luci-app-keepalived: drive-by fixes

Signed-off-by: Paul Donald <newtwen@gmail.com>
This commit is contained in:
Paul Donald 2024-02-12 00:15:46 +01:00
parent 76ed6774b3
commit 3f6f25f2b0
3 changed files with 3 additions and 3 deletions

View File

@ -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';

View File

@ -64,7 +64,7 @@ return view.extend({
s = m.section(form.GridSection, 'static_ipaddress', _('Static IP Addresses'),
_('Static Addresses are not moved by vrrpd, they stay on the machine.') + '<br/>' +
_('If you already have IPs on your machines and your machines can ping each other, you don\'t need this section'));
_('If your systems already have IPs and they can ping each other, you do not need this section'));
s.anonymous = true;
s.addremove = true;
s.nodescriptions = true;

View File

@ -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;