*: translate name for xmlrpc sync option

This commit is contained in:
Franco Fichtner 2016-12-31 14:13:05 +01:00
parent 58e2ad8312
commit ce9e2f19d5
2 changed files with 2 additions and 2 deletions

View file

@ -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);
}

View file

@ -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);
}