You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/encryption/lib/Crypto/EncryptAll.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -438,7 +438,7 @@ protected function sendPasswordsByMail() {
438
438
$l->t('The administration enabled server-side-encryption. Your files were encrypted using the password "%s".', $password)
439
439
);
440
440
$template->addBodyText(
441
-
$l->t('Please login to the web interface, go to the "Security" section of your personal settings and update your encryption password by entering this password into the "Old log-in password" field and your current login-password.')
441
+
$l->t('Please login to the web interface, go to the "Security" section of your personal settings and update your encryption password by entering this password into the "Old login password" field and your current loginpassword.')
0 commit comments