Skip to content

Commit 56a1ede

Browse files
author
quentusrex
committed
Fixed the user interface to properly display the units of measure for the mail quota.
1 parent 533b1b2 commit 56a1ede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interface/web/mail/templates/mail_user_mailbox_edit.htm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h2><tmpl_var name="list_head_txt"></h2>
1414
<input type="password" id="password" name="password" value="{tmpl_var name='password'}" size="30" maxlength="255">
1515
</span>
1616
<span class="wf_oneField">
17-
<label for="quota" class="wf_preField">{tmpl_var name='quota_txt'}</label>
17+
<label for="quota" class="wf_preField">{tmpl_var name='quota_txt'} in MB</label>
1818
<input type="text" id="quota" name="quota" value="{tmpl_var name='quota'}" size="30" maxlength="255">
1919
</span>
2020
<span class="wf_oneField">

0 commit comments

Comments
 (0)