mirror of
https://github.com/nextcloud/server.git
synced 2026-05-26 19:32:28 -04:00
Merge pull request #51289 from nextcloud/backport/51287/stable31
[stable31] fix(l10n): Remove leading space from translation string
This commit is contained in:
commit
96d3138219
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ script('encryption', 'settings-personal');
|
|||
<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
|
||||
|
|
|
|||
Loading…
Reference in a new issue