mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
*: translate name for xmlrpc sync option
This commit is contained in:
@@ -78,6 +78,6 @@ function haproxy_xmlrpc_sync()
|
||||
$result = array();
|
||||
$result['id'] = 'haproxy';
|
||||
$result['section'] = 'OPNsense.HAProxy';
|
||||
$result['description'] = 'HAProxy load balancer';
|
||||
$result['description'] = gettext('HAProxy Load Balancer');
|
||||
return array($result);
|
||||
}
|
||||
|
||||
@@ -103,6 +103,6 @@ function tinc_xmlrpc_sync()
|
||||
$result = array();
|
||||
$result['id'] = 'tincvpn';
|
||||
$result['section'] = 'OPNsense.Tinc';
|
||||
$result['description'] = 'Tinc VPN';
|
||||
$result['description'] = gettext('Tinc VPN');
|
||||
return array($result);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user