[Pkg-owncloud-commits] [owncloud] 133/172: fix typo encryption

David Prévot taffit at moszumanska.debian.org
Sun May 18 20:09:49 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 5291f47c66e51b82330f2ae7806347dc732a66ab
Author: Volkan Gezer <volkangezer at gmail.com>
Date:   Thu May 15 01:27:59 2014 +0200

    fix typo encryption
---
 settings/js/personal.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/settings/js/personal.js b/settings/js/personal.js
index f297e3c..9967ddc 100644
--- a/settings/js/personal.js
+++ b/settings/js/personal.js
@@ -321,7 +321,7 @@ OC.Encryption = {
 	},
 
 	deleteKeys: function() {
-		var message = t('settings', 'Delete encryptin keys permanently.');
+		var message = t('settings', 'Delete encryption keys permanently.');
 		OC.Encryption.msg.start('#restoreBackupKeys .msg', message);
 		$.post('ajax/deletekeys.php', null, function(data) {
 			if (data.status === "error") {
@@ -335,7 +335,7 @@ OC.Encryption = {
 	},
 
 	restoreKeys: function() {
-		var message = t('settings', 'Restore encryptin keys.');
+		var message = t('settings', 'Restore encryption keys.');
 		OC.Encryption.msg.start('#restoreBackupKeys .msg', message);
 		$.post('ajax/restorekeys.php', {}, function(data) {
 			if (data.status === "error") {

-- 
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