Fix invalidhostname error message.
This commit is contained in:
@@ -1648,7 +1648,7 @@ $lng['admin']['usedmax'] = 'Used / Max';
|
|||||||
$lng['admin']['used'] = 'Used';
|
$lng['admin']['used'] = 'Used';
|
||||||
$lng['mysql']['size'] = 'Size';
|
$lng['mysql']['size'] = 'Size';
|
||||||
|
|
||||||
$lng['error']['invalidhostname'] = 'Hostname can\'t be empty nor can it consist only of whitespaces';
|
$lng['error']['invalidhostname'] = 'Hostname needs to be avalid domain. It can\'t be empty nor can it consist only of whitespaces';
|
||||||
|
|
||||||
$lng['traffic']['http'] = 'HTTP (MiB)';
|
$lng['traffic']['http'] = 'HTTP (MiB)';
|
||||||
$lng['traffic']['ftp'] = 'FTP (MiB)';
|
$lng['traffic']['ftp'] = 'FTP (MiB)';
|
||||||
|
|||||||
Reference in New Issue
Block a user