summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/files/js/files.js2
-rwxr-xr-xapps/files_encryption/lib/crypt.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/files/js/files.js b/apps/files/js/files.js
index d6886fc17e4..f5db0207966 100644
--- a/apps/files/js/files.js
+++ b/apps/files/js/files.js
@@ -91,7 +91,7 @@ Files={
var encryptedFiles = $('#encryptedFiles').val();
if (encryptedFiles === '1') {
- OC.Notification.show(t('files_encryption', 'Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files.', "www.schiessle.org"));
+ OC.Notification.show(t('files_encryption', 'Encryption was disabled but your files are still encrypted. Please go to your personal settings to decrypt your files.'));
return;
}
}
diff --git a/apps/files_encryption/lib/crypt.php b/apps/files_encryption/lib/crypt.php
index 759e14b40b2..6543a0de5f3 100755
--- a/apps/files_encryption/lib/crypt.php
+++ b/apps/files_encryption/lib/crypt.php
@@ -662,5 +662,5 @@ class Crypt {
return rtrim($result, "\0");
}
}
-
+
} \ No newline at end of file