mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
HA Sync (xmlrpc) copy paste issue in 25959a45a9 , leading to wrong caption.
This commit is contained in:
parent
5a66dec5e1
commit
dd19f2a976
@ -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