]> source.dussan.org Git - nextcloud-server.git/commitdiff
reverts 188c543 and translates only mail
authorVolkan Gezer <volkangezer@gmail.com>
Tue, 27 May 2014 10:24:34 +0000 (12:24 +0200)
committerVolkan Gezer <volkangezer@gmail.com>
Tue, 27 May 2014 10:58:46 +0000 (12:58 +0200)
settings/templates/admin.php

index 5f6a051c2091e6a28ba71b6ceaa68091d6269e2e..9b632391f88aab085f6eb4450e21bad7099ba01c 100644 (file)
@@ -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'))?>"