Skip to content

Commit 70d5e25

Browse files
Merge pull request hestiacp#1533 from didyouexpectthat/patch-1
Change william.cage to example in mail_acc files
2 parents 828c845 + 07ec81b commit 70d5e25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

web/templates/admin/add_mail_acc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
</tr>
159159
<tr>
160160
<td><?=__('Username')?>:</td>
161-
<td><div><span id="v_account">william.cage</span>@<?=htmlentities(trim($v_domain, "'"))?></div></td>
161+
<td><div><span id="v_account">example</span>@<?=htmlentities(trim($v_domain, "'"))?></div></td>
162162
</tr>
163163
<tr>
164164
<td><?=__('Password')?>:</td>

web/templates/admin/edit_mail_acc.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@
165165
</tr>
166166
<tr>
167167
<td><?=__('Username')?>:</td>
168-
<td><div><span id="v_account">william.cage</span>@<?=htmlentities(trim($v_domain, "'"))?></div></td>
168+
<td><div><span id="v_account">example</span>@<?=htmlentities(trim($v_domain, "'"))?></div></td>
169169
</tr>
170170
<tr>
171171
<td><?=__('Password')?>:</td>

0 commit comments

Comments
 (0)