Skip to content

Commit d70583e

Browse files
author
Till Brehm
committed
Added missing language string to fix #4140
1 parent bb081fc commit d70583e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

interface/web/sites/lib/lang/de_web_vhost_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,4 +147,5 @@ $wb['http_port_txt'] = 'HTTP Port';
147147
$wb['https_port_txt'] = 'HTTPS Port';
148148
$wb['http_port_error_regex'] = 'HTTP Port invalid.';
149149
$wb['https_port_error_regex'] = 'HTTPS Port invalid.';
150+
$wb['enable_pagespeed_txt'] = 'Enable PageSpeed';
150151
?>

interface/web/sites/lib/lang/en_web_vhost_domain.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,5 @@ $wb['http_port_txt'] = 'HTTP Port';
152152
$wb['https_port_txt'] = 'HTTPS Port';
153153
$wb['http_port_error_regex'] = 'HTTP Port invalid.';
154154
$wb['https_port_error_regex'] = 'HTTPS Port invalid.';
155+
$wb['enable_pagespeed_txt'] = 'Enable PageSpeed';
155156
?>

0 commit comments

Comments
 (0)