summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption
diff options
context:
space:
mode:
authorVolkan Gezer <volkangezer@gmail.com>2014-05-25 20:59:04 +0200
committerMorris Jobke <morris.jobke@gmail.com>2014-06-13 00:16:36 +0200
commitcea2c77fd2865f04fc9d71467d82c2c8dd37f10e (patch)
tree858fa28e71d0be1938a42fe50676188a0a054810 /apps/files_encryption
parentb595c982d0cc27c9e6e3ee3a04c8f9a567ec0dc8 (diff)
downloadnextcloud-server-cea2c77fd2865f04fc9d71467d82c2c8dd37f10e.tar.gz
nextcloud-server-cea2c77fd2865f04fc9d71467d82c2c8dd37f10e.zip
fix some minor issues
Diffstat (limited to 'apps/files_encryption')
-rw-r--r--apps/files_encryption/templates/invalid_private_key.php2
-rw-r--r--apps/files_encryption/templates/settings-admin.php6
2 files changed, 4 insertions, 4 deletions
diff --git a/apps/files_encryption/templates/invalid_private_key.php b/apps/files_encryption/templates/invalid_private_key.php
index a3cae60b1da..b275b9c428c 100644
--- a/apps/files_encryption/templates/invalid_private_key.php
+++ b/apps/files_encryption/templates/invalid_private_key.php
@@ -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>
diff --git a/apps/files_encryption/templates/settings-admin.php b/apps/files_encryption/templates/settings-admin.php
index cf676c445ce..d4e6abf004a 100644
--- a/apps/files_encryption/templates/settings-admin.php
+++ b/apps/files_encryption/templates/settings-admin.php
@@ -34,20 +34,20 @@
<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