aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2025-03-05 16:55:07 +0100
committerJoas Schilling <coding@schilljs.com>2025-03-05 17:07:50 +0100
commit3fd1921e97ab4ea12ad34bede575d1dadcbc24a1 (patch)
treeed9a4da4e24ed3fe699083bce985cfc67cc6ea4e /apps
parentf617637cad0e6e00d62f5f05da99a6b5540b3d2e (diff)
downloadnextcloud-server-3fd1921e97ab4ea12ad34bede575d1dadcbc24a1.tar.gz
nextcloud-server-3fd1921e97ab4ea12ad34bede575d1dadcbc24a1.zip
fix(l10n): Remove leading space from translation string
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/encryption/templates/settings-personal.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/encryption/templates/settings-personal.php b/apps/encryption/templates/settings-personal.php
index 6fdc253f7d2..604bed53a8f 100644
--- a/apps/encryption/templates/settings-personal.php
+++ b/apps/encryption/templates/settings-personal.php
@@ -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