web proxy: visibly rename from "proxy server", avoid confusion...

.. with either IGMP or FTP proxy.
This commit is contained in:
Franco Fichtner 2016-11-20 12:18:53 +01:00
parent 79b87986d5
commit 44aaac4a8b
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ function squid_services()
if (isset($config['OPNsense']['proxy']['general']['enabled']) && $config['OPNsense']['proxy']['general']['enabled'] == 1) {
$services[] = array(
'description' => gettext('Proxy server'),
'description' => gettext('Web Proxy'),
'configd' => array(
'restart' => array('proxy restart'),
'start' => array('proxy start'),

View File

@ -42,7 +42,7 @@ class IndexController extends \OPNsense\Base\IndexController
*/
public function indexAction()
{
$this->view->title = gettext('Proxy Server');
$this->view->title = gettext('Web Proxy');
$this->view->mainForm = $this->getForm("main");
$this->view->formDialogEditBlacklist = $this->getForm("dialogEditBlacklist");
$this->view->pick('OPNsense/Proxy/index');

View File

@ -1,6 +1,6 @@
<menu>
<Services>
<Proxy VisibleName="Proxy Server" cssClass="fa fa-bolt fa-fw">
<Proxy VisibleName="Web Proxy" cssClass="fa fa-bolt fa-fw">
<Administration url="/ui/proxy/">
<GeneralSettings VisibleName="General" url="/ui/proxy/#subtab_proxy-general-settings"/>
<LocalCache VisibleName="Cache" url="/ui/proxy/#subtab_proxy-general-cache-local"/>