mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
*: translate name for xmlrpc sync option
This commit is contained in:
parent
58e2ad8312
commit
ce9e2f19d5
2 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue