diff options
author | Simon Whittaker <simon@swbh.net> | 2014-12-02 15:06:40 +0000 |
---|---|---|
committer | Simon Whittaker <simon@swbh.net> | 2014-12-02 15:06:40 +0000 |
commit | 6d04ca18d9de001197d49d09407a92276cb35b09 (patch) | |
tree | 5c2e4cb4084197158dd2b361cfde19a30cb35e05 /settings | |
parent | e9029f94cb6eb9b37623ea1a2faf8aac11675900 (diff) | |
download | nextcloud-server-6d04ca18d9de001197d49d09407a92276cb35b09.tar.gz nextcloud-server-6d04ca18d9de001197d49d09407a92276cb35b09.zip |
adding @ sign between email address and domain name to make the syntax clearer
Diffstat (limited to 'settings')
-rw-r--r-- | settings/templates/admin.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php index d29ea4c7f7f..15ec9535f6a 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -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> |