[Pkg-owncloud-commits] [owncloud] 68/223: fix some minor issues

David Prévot taffit at moszumanska.debian.org
Sun Jun 22 01:54:07 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit cea2c77fd2865f04fc9d71467d82c2c8dd37f10e
Author: Volkan Gezer <volkangezer at gmail.com>
Date:   Sun May 25 20:59:04 2014 +0200

    fix some minor issues
---
 apps/files_encryption/templates/invalid_private_key.php | 2 +-
 apps/files_encryption/templates/settings-admin.php      | 6 +++---
 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 a3cae60..b275b9c 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 cf676c4..d4e6abf 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

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list