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:
Diffstat (limited to 'templates')
-rw-r--r--templates/mission.php2
-rw-r--r--templates/user-data-manifesto.php2
-rw-r--r--templates/where-is-your-data.php (renamed from templates/where-is-my-data.php)2
-rw-r--r--templates/who-has-access.php2
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/mission.php b/templates/mission.php
index 7cde8b0..ea359aa 100644
--- a/templates/mission.php
+++ b/templates/mission.php
@@ -4,6 +4,6 @@ style('privacy', 'style');
?>
<div id="themes" class="section">
- <h2><?php p($l->t('This is YOUR Nextcloud account')) ?></h2>
+ <h2><?php p($l->t('Your Nextcloud account')) ?></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>
diff --git a/templates/user-data-manifesto.php b/templates/user-data-manifesto.php
index b464e5b..55bf013 100644
--- a/templates/user-data-manifesto.php
+++ b/templates/user-data-manifesto.php
@@ -1,5 +1,5 @@
<div id="themes" class="section">
- <h3><?php p($l->t('User data manifesto 2.0')) ?></h3>
+ <h3><?php p($l->t('User Data Manifesto 2.0')) ?></h3>
<h4><?php p($l->t('Defining basic rights for people to control their own data in the internet age')); ?></h4>
<div class="user-data-manifesto-rights">
<div>
diff --git a/templates/where-is-my-data.php b/templates/where-is-your-data.php
index 83a7170..f93cc66 100644
--- a/templates/where-is-my-data.php
+++ b/templates/where-is-your-data.php
@@ -1,4 +1,4 @@
<div id="themes" class="section">
- <h3><?php p($l->t('Where is my data?')) ?></h3>
+ <h3><?php p($l->t('Where is your data?')) ?></h3>
<div id="privacy_where_location"></div>
</div> \ No newline at end of file
diff --git a/templates/who-has-access.php b/templates/who-has-access.php
index efbc2af..d589127 100644
--- a/templates/who-has-access.php
+++ b/templates/who-has-access.php
@@ -1,5 +1,5 @@
<div id="themes" class="section">
- <h3><?php p($l->t('Who has access to my data?')) ?></h3>
+ <h3><?php p($l->t('Who has access to you data?')) ?></h3>
<h4><?php p($l->t('Administrators')); ?></h4>
<div id="privacy_access_admins"></div>