HA Sync (xmlrpc) copy paste issue in 25959a45a9 , leading to wrong caption.

This commit is contained in:
Ad Schellevis 2021-03-09 16:00:09 +01:00
parent 5a66dec5e1
commit dd19f2a976

View File

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