summaryrefslogtreecommitdiffstats
path: root/apps/files_encryption/files
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-06-05 14:19:26 +0200
committerBjörn Schießle <schiessle@owncloud.com>2013-06-05 14:19:26 +0200
commitbe324fad1ca0abfa2c791e3d054be828bc0694b4 (patch)
treeda2bc1301d3ac80ffa3b6ee29f01e04789e6a826 /apps/files_encryption/files
parent57bda411d11a1aab85c74bb288ffc465e181112b (diff)
downloadnextcloud-server-be324fad1ca0abfa2c791e3d054be828bc0694b4.tar.gz
nextcloud-server-be324fad1ca0abfa2c791e3d054be828bc0694b4.zip
tell the user what he can do to regain access to his files
Diffstat (limited to 'apps/files_encryption/files')
-rw-r--r--apps/files_encryption/files/error.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_encryption/files/error.php b/apps/files_encryption/files/error.php
index 13425ce7163..63c74e4e797 100644
--- a/apps/files_encryption/files/error.php
+++ b/apps/files_encryption/files/error.php
@@ -4,7 +4,7 @@ if (!isset($_)) { //also provide standalone error page
$l = OC_L10N::get('files_encryption');
- $errorMsg = $l->t('Your private key is not valid! Maybe your password was changed from outside.');
+ $errorMsg = $l->t('Your private key is not valid! Maybe your password was changed from outside. You can update your private key password in your personal settings to regain access to your files');
if(isset($_GET['p']) && $_GET['p'] === '1') {
header('HTTP/1.0 404 ' . $errorMsg);