fix incorrect description text of ip/port add/edit, thx to Sephi and Thomas

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2014-02-13 12:06:07 +01:00
parent 8d601a065e
commit 57a9f3747b
4 changed files with 7 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ return array(
'default_vhostconf_domain' => array(
'style' => 'vertical-align:top;',
'label' => $lng['admin']['ipsandports']['default_vhostconf_domain'],
'desc' => $lng['serversettings']['default_vhostconf']['description'],
'desc' => $lng['serversettings']['default_vhostconf_domain']['description'],
'type' => 'textarea',
'cols' => 60,
'rows' => 12

View File

@@ -97,7 +97,7 @@ return array(
'default_vhostconf_domain' => array(
'style' => 'vertical-align:top;',
'label' => $lng['admin']['ipsandports']['default_vhostconf_domain'],
'desc' => $lng['serversettings']['default_vhostconf']['description'],
'desc' => $lng['serversettings']['default_vhostconf_domain']['description'],
'type' => 'textarea',
'cols' => 60,
'rows' => 12,