diff options
author | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-05-27 14:47:21 +0200 |
---|---|---|
committer | Volkan Gezer <wakeup@users.noreply.github.com> | 2014-05-27 14:47:21 +0200 |
commit | e70ed36d8eb59f511e5f16b03869b742a4eed267 (patch) | |
tree | dddfc32846227953e5fa70ffd84a759e7a4d9257 | |
parent | a9661962fef21ef7a6aaf9e14ffc9c02e22c3d72 (diff) | |
parent | 1a22478446000a20e129511f853cca5c0e0924f0 (diff) | |
download | nextcloud-server-e70ed36d8eb59f511e5f16b03869b742a4eed267.tar.gz nextcloud-server-e70ed36d8eb59f511e5f16b03869b742a4eed267.zip |
Merge pull request #8740 from owncloud/l10n-forgotten-tags
reverts 188c543
-rw-r--r-- | settings/templates/admin.php | 4 |
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'))?>" |