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

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jos@opensuse.org>2019-03-19 10:33:58 +0300
committerGitHub <noreply@github.com>2019-03-19 10:33:58 +0300
commit7d074b1e159802010937e54d4dfa6466fd4df9b9 (patch)
treea56fe3cc6d7ca5114238461ebeb70b0b3ee9bf2f /page-files.php
parent13cc9180a2425dedd4c98cffb759c6588b0b6e83 (diff)
Update page-files.php
Note E2E is WIP
Diffstat (limited to 'page-files.php')
-rw-r--r--page-files.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/page-files.php b/page-files.php
index 8732c58e..e169166d 100644
--- a/page-files.php
+++ b/page-files.php
@@ -273,7 +273,8 @@
<p class="section--paragraph__tittle"><?php echo $l->t('Mobile and desktop clients');?></p>
<p class="section--paragraph"><?php echo $l->t('Nextcloud Files clients for Android, iOS and desktop systems allow users to sync and share files, in a fully secure way through an encrypted connection. The mobile clients feature automatic upload of pictures and videos users take and they can synchronize selected files and folders. The clients can handle multiple accounts, show all activity happening on the server and notify users of new events such as the availability of new shares.');?></p>
<p class="section--paragraph"><?php echo $l->t('The Nextcloud clients support');?> <a class="hyperlink" href="<?php echo home_url('endtoend') ?>"><?php echo $l->t('End-to-end Encryption</a> for ultimate security of enterprise data.');?></p>
- <a href="<?php echo home_url('clients') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
+ <p class="section--paragraph"><?php echo $l->t('Note that E2E is currently (early 2019) in beta. V2 is expected end summer 2019.');?></p>
+ <a href="<?php echo home_url('clients') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more');?></a>
</div>
</div>
</div>