diff options
author | Joas Schilling <coding@schilljs.com> | 2025-03-05 17:04:51 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2025-03-05 17:08:18 +0100 |
commit | b9b9dc90e79d55630b579de500e1b0a2e3365245 (patch) | |
tree | 5b5181c2ae8da9af19ffa4a54dbffc2b74a92f1b /apps | |
parent | 78ccbda3810f2957c61cb71a96112f34768551cf (diff) | |
download | nextcloud-server-backport/51071/stable30.tar.gz nextcloud-server-backport/51071/stable30.zip |
fix(l10n): Readd the spacebackport/51071/stable30
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r-- | apps/encryption/templates/settings-personal.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/templates/settings-personal.php b/apps/encryption/templates/settings-personal.php index 81ef5f4bb99..a875c3c6ed6 100644 --- a/apps/encryption/templates/settings-personal.php +++ b/apps/encryption/templates/settings-personal.php @@ -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 do not 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 |