mirror of
https://github.com/nextcloud/server.git
synced 2026-07-14 20:39:17 -04:00
Merge pull request #12552 from szlwzl/master
adding @ sign between email address and domain name to make syntax clearer
This commit is contained in:
commit
e91dddd1a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue