Skip to content

Commit 8474ec6

Browse files
committed
fix(l10n): Readd the space
Signed-off-by: Joas Schilling <coding@schilljs.com>
1 parent 78ccbda commit 8474ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/encryption/templates/settings-personal.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<br />
2626
<?php p($l->t("Set your old private key password to your current log-in password:")); ?>
2727
<?php if ($_["recoveryEnabledForUser"]):
28-
p($l->t("If you do not remember your old password you can ask your administrator to recover your files."));
28+
p(' ' . $l->t("If you do not remember your old password you can ask your administrator to recover your files."));
2929
endif; ?>
3030
<br />
3131
<input

0 commit comments

Comments
 (0)