aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2025-03-05 16:55:07 +0100
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2025-03-05 16:48:42 +0000
commit37587bda5ff1219af3d5c81ed35e7b456134bd8f (patch)
tree7e6851643b33175ee32f913137fecdf2f8edb6a7 /apps
parent5c0babe27b5b5346539e24520d514cf3e4038c7d (diff)
downloadnextcloud-server-backport/51287/stable31.tar.gz
nextcloud-server-backport/51287/stable31.zip
fix(l10n): Remove leading space from translation stringbackport/51287/stable31
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 5aa227e7354..18b5ef341b9 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 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