adding @ sign between email address and domain name to make the syntax clearer

This commit is contained in:
Simon Whittaker 2014-12-02 15:06:40 +00:00
parent e9029f94cb
commit 6d04ca18d9
1 changed files with 1 additions and 1 deletions

View File

@ -426,7 +426,7 @@ if ($_['suggestedOverwriteWebroot']) {
<p>
<label for="mail_from_address"><?php p($l->t( 'From address' )); ?></label>
<input type="text" name='mail_from_address' id="mail_from_address" placeholder="<?php p($l->t('mail'))?>"
value='<?php p($_['mail_from_address']) ?>' />
value='<?php p($_['mail_from_address']) ?>' />@
<input type="text" name='mail_domain' id="mail_domain" placeholder="example.com"
value='<?php p($_['mail_domain']) ?>' />
</p>