summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorVolkan Gezer <volkangezer@gmail.com>2014-05-27 12:24:34 +0200
committerVolkan Gezer <volkangezer@gmail.com>2014-05-27 12:58:46 +0200
commit1a22478446000a20e129511f853cca5c0e0924f0 (patch)
tree4714f972746993fd8c4aebede9670d9a24499a65 /settings
parent188c5435d8b14b6eeb8abc571a1311ce412e558d (diff)
downloadnextcloud-server-1a22478446000a20e129511f853cca5c0e0924f0.tar.gz
nextcloud-server-1a22478446000a20e129511f853cca5c0e0924f0.zip
reverts 188c543 and translates only mail
Diffstat (limited to 'settings')
-rw-r--r--settings/templates/admin.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 5f6a051c209..9b632391f88 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -360,7 +360,7 @@ if (!$_['internetconnectionworking']) {
<input type="text" name='mail_from_address' id="mail_from_address" placeholder="<?php p($l->t('mail'))?>"
value='<?php p($_['mail_from_address']) ?>' />
@
- <input type="text" name='mail_domain' id="mail_domain" placeholder="<?php p($l->t('example.com'))?>"
+ <input type="text" name='mail_domain' id="mail_domain" placeholder="example.com"
value='<?php p($_['mail_domain']) ?>' />
</p>
@@ -383,7 +383,7 @@ if (!$_['internetconnectionworking']) {
<p id="setting_smtphost" <?php if ($_['mail_smtpmode'] != 'smtp') print_unescaped(' class="hidden"'); ?>>
<label for="mail_smtphost"><?php p($l->t( 'Server address' )); ?></label>
- <input type="text" name='mail_smtphost' id="mail_smtphost" placeholder="<?php p($l->t('smtp.example.com'))?>"
+ <input type="text" name='mail_smtphost' id="mail_smtphost" placeholder="smtp.example.com"
value='<?php p($_['mail_smtphost']) ?>' />
:
<input type="text" name='mail_smtpport' id="mail_smtpport" placeholder="<?php p($l->t('Port'))?>"