From dd19f2a976aba9ec4194f27914cdf96806841ba7 Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Tue, 9 Mar 2021 16:00:09 +0100 Subject: [PATCH] HA Sync (xmlrpc) copy paste issue in https://github.com/opnsense/core/commit/25959a45a918000c36d092403ac3e3c223c4671a , leading to wrong caption. --- src/etc/inc/plugins.inc.d/core.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/inc/plugins.inc.d/core.inc b/src/etc/inc/plugins.inc.d/core.inc index e9e3035e5..971483633 100644 --- a/src/etc/inc/plugins.inc.d/core.inc +++ b/src/etc/inc/plugins.inc.d/core.inc @@ -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',