Skip to content

Commit 96d3138

Browse files
Merge pull request #51289 from nextcloud/backport/51287/stable31
[stable31] fix(l10n): Remove leading space from translation string
2 parents 0a9a14d + 37587bd commit 96d3138

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 don't 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)