We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78ccbda commit 8474ec6Copy full SHA for 8474ec6
apps/encryption/templates/settings-personal.php
@@ -25,7 +25,7 @@
25
<br />
26
<?php p($l->t("Set your old private key password to your current log-in password:")); ?>
27
<?php if ($_["recoveryEnabledForUser"]):
28
- p($l->t("If you do not remember your old password you can ask your administrator to recover your files."));
+ p(' ' . $l->t("If you do not remember your old password you can ask your administrator to recover your files."));
29
endif; ?>
30
31
<input
0 commit comments