Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jozef Sroka
ISPConfig 3
Commits
d70583ed
Commit
d70583ed
authored
Sep 20, 2016
by
Till Brehm
Browse files
Added missing language string to fix
#4140
parent
bb081fc8
Changes
2
Hide whitespace changes
Inline
Side-by-side
interface/web/sites/lib/lang/de_web_vhost_domain.lng
View file @
d70583ed
...
...
@@ -147,4 +147,5 @@ $wb['http_port_txt'] = 'HTTP Port';
$wb
[
'https_port_txt'
]
=
'HTTPS Port'
;
$wb
[
'http_port_error_regex'
]
=
'HTTP Port invalid.'
;
$wb
[
'https_port_error_regex'
]
=
'HTTPS Port invalid.'
;
$wb
[
'enable_pagespeed_txt'
]
=
'Enable PageSpeed'
;
?>
interface/web/sites/lib/lang/en_web_vhost_domain.lng
View file @
d70583ed
...
...
@@ -152,4 +152,5 @@ $wb['http_port_txt'] = 'HTTP Port';
$wb
[
'https_port_txt'
]
=
'HTTPS Port'
;
$wb
[
'http_port_error_regex'
]
=
'HTTP Port invalid.'
;
$wb
[
'https_port_error_regex'
]
=
'HTTPS Port invalid.'
;
$wb
[
'enable_pagespeed_txt'
]
=
'Enable PageSpeed'
;
?>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment