mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
HA Sync (xmlrpc) copy paste issue in 25959a45a9 , leading to wrong caption.
This commit is contained in:
parent
eb921d8e07
commit
c3bd32a7fb
@ -305,13 +305,13 @@ function core_xmlrpc_sync()
|
||||
'id' => 'dhcpd',
|
||||
);
|
||||
$result[] = array(
|
||||
'description' => gettext('Static Routes'),
|
||||
'description' => gettext('Virtual IPs'),
|
||||
'help' => gettext('Synchronize the CARP Virtual IPs to the other HA host.'),
|
||||
'section' => 'virtualip',
|
||||
'id' => 'virtualip',
|
||||
);
|
||||
$result[] = array(
|
||||
'description' => gettext('Virtual IPs'),
|
||||
'description' => gettext('Static Routes'),
|
||||
'help' => gettext('Synchronize the Static Route configuration and Gateways to the other HA host.'),
|
||||
'section' => 'staticroutes,gateways',
|
||||
'id' => 'staticroutes',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user