Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Fix label of account name
Signed-off-by: Joas Schilling <[email protected]>
  • Loading branch information
nickvergessen authored and backportbot[bot] committed Jan 13, 2022
commit f2c628bd476c158e6aa3a82c6f2bbfcd09e7545c
2 changes: 1 addition & 1 deletion templates/mission.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
?>

<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>