]> source.dussan.org Git - nextcloud-server.git/commitdiff
fix some minor issues
authorVolkan Gezer <volkangezer@gmail.com>
Sun, 25 May 2014 18:59:04 +0000 (20:59 +0200)
committerMorris Jobke <morris.jobke@gmail.com>
Thu, 12 Jun 2014 22:16:36 +0000 (00:16 +0200)
apps/files_encryption/templates/invalid_private_key.php
apps/files_encryption/templates/settings-admin.php

index a3cae60b1da5656ec542323586b6bfce84b982a4..b275b9c428c8e22aca5073205c94c88f785a453b 100644 (file)
@@ -5,7 +5,7 @@
                <?php p($_['message']); ?>
                <br/>
                <?php if($_['errorCode'] === \OCA\Encryption\Crypt::ENCRYPTION_PRIVATE_KEY_NOT_VALID_ERROR): ?>
-                       <?php>p($l->t('Go directly to your ')); ?> <a href="<?php echo $location?>"><?php p($l->t('personal settings')); ?>.</a>
+                       <?php p($l->t('Go directly to your %spersonal settings%s.', array('<a href="'.$location.'">', '</a>'))); ?>
                <?php endif; ?>
                <br/>
        </li>
index cf676c445cedbba510a471628b3f8cfaf37121bc..d4e6abf004a4cb46dbf96ed78202eec60361bbe3 100644 (file)
                <input
                        type="password"
                        name="changeRecoveryPassword"
-                       id="oldEncryptionRecoveryPassword"
+                       id="oldEncryptionRecoveryPassword" />
                <label for="oldEncryptionRecoveryPassword"><?php p($l->t("Old Recovery key password")); ?></label>
                <br/>
                <br/>
                <input
                        type="password"
                        name="changeRecoveryPassword"
-                       id="newEncryptionRecoveryPassword"
+                       id="newEncryptionRecoveryPassword" />
                <label for="newEncryptionRecoveryPassword"><?php p($l->t("New Recovery key password")); ?></label>
                <br/>
                <input
                        type="password"
                        name="changeRecoveryPassword"
-                       id="repeatedNewEncryptionRecoveryPassword"
+                       id="repeatedNewEncryptionRecoveryPassword" />
                <label for="repeatEncryptionRecoveryPassword"><?php p($l->t("Repeat New Recovery key password")); ?></label>
                <br/>
                <button