Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/privacy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-01-12 12:19:33 +0300
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>2022-01-13 13:16:24 +0300
commitdb7ccca0e67db01b3bb767cb626fd12a13057c74 (patch)
tree1678a65e8159ae162fa04b6d072a07b6f811c68e
parente14af65e17be478322acd90dd66621c3ebb4397d (diff)
Fix label of account name
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--templates/mission.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/mission.php b/templates/mission.php
index 72a362b..8edc845 100644
--- a/templates/mission.php
+++ b/templates/mission.php
@@ -4,6 +4,6 @@ style('privacy', 'privacy');
?>
<div id="themes" class="section">
- <h2><?php p($l->t('Your Nextcloud account')) ?></h2>
+ <h2><?php p($l->t('Your %s account', $theme->getName())) ?></h2>
<p><?php p($l->t('Your data represents who you are and can easily be abused. We at Nextcloud believe that you have a right to decide what happens with your data. Nextcloud protects your rights as defined in the User Data Manifesto!')); ?></p>
</div>