Skip to content

Commit

Permalink
fix(l10n): Fix leading spaces and unicode single quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Joas Schilling <[email protected]>

[skip ci]
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Mar 5, 2025
1 parent 79352a9 commit 313c2b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/encryption/templates/settings-personal.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<br />
<?php p($l->t("Set your old private key password to your current log-in password:")); ?>
<?php if ($_["recoveryEnabledForUser"]):
p($l->t(" If you don't 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."));
endif; ?>
<br />
<input
Expand Down

0 comments on commit 313c2b4

Please sign in to comment.