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 <jospoortvliet@gmail.com>2017-01-31 21:54:53 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2017-01-31 21:54:53 +0300
commit507926c9ea8be76c9c46d83dddceaa3972ac9aed (patch)
tree7a0fb11d471c095feec14dade253725db9d03af4 /page-box.php
parent5330da4b9ff8b09394b3c502e638973aa373eef2 (diff)
fix dates on box page
Diffstat (limited to 'page-box.php')
-rw-r--r--page-box.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-box.php b/page-box.php
index 07898168..b15798ea 100644
--- a/page-box.php
+++ b/page-box.php
@@ -38,7 +38,7 @@
<p class="section--paragraph"><?php echo $l->t('The Box is hardware-compatible with the Raspberry Pi 2 and 3, and the oDroid C2.');?></p>
</div>
<div class="col-md-6">
- <p class="section--paragraph"><?php echo $l->t('Right now, the OS only works with the Raspberry Pi 2. Software support for Raspberry Pi 3 is planned for November 2016. There is no plan for oDroid C2 yet but Linux Kernel 4.10 has support planned for the hardware so first half 2017 is a reasonable guess.');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Right now, the OS only works with the Raspberry Pi 2. Software support for Raspberry Pi 3 is planned for April 2017. There is no plan for oDroid C2 yet but Linux Kernel 4.10 has support planned for the hardware so second half 2017 is a reasonable guess.');?></p>
<p class="section--paragraph"><?php echo $l->t('Note that by default, the Nextcloud Box only works on the network it is connected to (like your home LAN). It requires configuration of encryption (https) and router ports to reach it from outside your home network.');?></p>
</div>
</div>