aboutsummaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorSimon Whittaker <simon@swbh.net>2014-12-02 15:06:40 +0000
committerSimon Whittaker <simon@swbh.net>2014-12-02 15:06:40 +0000
commit6d04ca18d9de001197d49d09407a92276cb35b09 (patch)
tree5c2e4cb4084197158dd2b361cfde19a30cb35e05 /settings
parente9029f94cb6eb9b37623ea1a2faf8aac11675900 (diff)
downloadnextcloud-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.php2
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>