Merge pull request #51287 from nextcloud/bugfix/l10n-leading-spaces

fix(l10n): Remove leading space from translation string
This commit is contained in:
Joas Schilling 2025-03-05 17:47:18 +01:00 committed by GitHub
commit fe24253f60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -25,7 +25,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