Skip to content

Commit 97dafdc

Browse files
author
Till Brehm
committed
Further fixes on website stats tab.
1 parent 1352da6 commit 97dafdc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,4 +146,5 @@ $wb['reset_client_data_txt'] = 'Reset data';
146146
$wb["document_root_txt"] = "Document Root";
147147
$wb['ssl_letsencrypt_txt'] = 'Let\'s Encrypt SSL';
148148
$wb['rewrite_to_https_txt'] = 'Rewrite HTTP to HTTPS';
149+
$wb['password_strength_txt'] = 'Password strength';
149150
?>

interface/web/sites/templates/web_vhost_domain_stats.htm

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ <h1><tmpl_var name="list_head_txt"></h1>
1212
</div>
1313
</tmpl_if>
1414
<div class="form-group">
15-
<label class="col-sm-3 control-label">{tmpl_var name='stats_user_txt'}</label><p class="value">admin</p>
15+
<label class="col-sm-3 control-label">{tmpl_var name='stats_user_txt'}</label>
16+
<p class="value">&nbsp; &nbsp;admin</p>
1617
</div>
1718
<div class="form-group">
1819
<label for="stats_password" class="col-sm-3 control-label">{tmpl_var name='stats_password_txt'}</label>

0 commit comments

Comments
 (0)