Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-12-03 18:02:35 +0300
committerThomas Müller <thomas.mueller@tmit.eu>2014-12-03 18:02:35 +0300
commite91dddd1a010ca53baa07eecb74026588acfeab2 (patch)
treef88ee8d49d00770e6a4183b8e5d4f254e55f22e8 /settings
parent8700ffe69809d7551a08f224537650b43add2a59 (diff)
parent6d04ca18d9de001197d49d09407a92276cb35b09 (diff)
Merge pull request #12552 from szlwzl/master
adding @ sign between email address and domain name to make 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>