Skip to content

Commit 867ef2b

Browse files
committed
translation
1 parent 18198f6 commit 867ef2b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-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
@@ -158,6 +158,7 @@ $wb['https_port_error_regex'] = 'HTTPS Port invalid.';
158158
$wb['enable_pagespeed_txt'] = 'Enable PageSpeed';
159159
$wb['log_retention_txt'] = 'Logfiles retention time';
160160
$wb['log_retention_error_regex'] = 'Retention time in days (allowed values: min. 0 - max. 9999)';
161+
$wb['dependent_domains_txt'] = 'Dependent domains';
161162
$wb['limit_web_quota_not_0_txt'] = 'Harddisk Quota cannot be set to 0.';
162163
$wb['proxy_protocol_txt'] = 'Enable PROXY Protocol';
163164
$wb["backup_format_web_txt"] = 'Backup format for web files';

interface/web/sites/templates/web_vhost_domain_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
{tmpl_hook name="begin_form"}
1212
<tmpl_if name="vhostdomain_type" value="domain">
1313
<tmpl_if name="web_aliasdomains_info">
14-
Children:
14+
{tmpl_var name='dependent_domains_txt'}:
1515
<ul>
1616
<tmpl_loop name="web_aliasdomains_info">
1717
<li>{tmpl_var name='type'}: <a href="#" data-load-content="sites/web_vhost_domain_edit.php?id={tmpl_var name='domain_id'}" data-toggle="tooltip" data-placement="bottom" title="" data-original-title="link">{tmpl_var name='domain'}</a></li>

0 commit comments

Comments
 (0)