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:
authorJoerg Kastning <tronde@my-it-brain.de>2017-03-30 17:27:30 +0300
committerGitHub <noreply@github.com>2017-03-30 17:27:30 +0300
commitf5e617eb9638cd02550421032b478aadefd03479 (patch)
treee8bb303e53807a18aa215345aeef541de3c2fb67 /page-migration.php
parent303056db9704962ae8beb7e29fbae2affe7cfb65 (diff)
Fixed some typos.
Diffstat (limited to 'page-migration.php')
-rw-r--r--page-migration.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/page-migration.php b/page-migration.php
index 1ff58684..0eedb6b0 100644
--- a/page-migration.php
+++ b/page-migration.php
@@ -77,12 +77,12 @@
<li class="section--paragraph"><?php echo $l->t('3. Delete the ownCloud code and extract the Nextcloud code');?></li>
<li class="section--paragraph"><?php echo $l->t('4. Copy back the configuration file');?></li>
<li class="section--paragraph"><?php echo $l->t('5. Start the upgrade process with the command line tool<br> or set <code>\'maintenance\' => false,</code> in config/config.php and visit the login page');?></li>
- <li class="section--paragraph"><?php echo $l->t('6. Disable Maintenance Mode via command line<br> or setting set <code>\'maintenance\' => false,</code> in config/config.php');?></li>
+ <li class="section--paragraph"><?php echo $l->t('6. Disable Maintenance Mode via command line<br> or set <code>\'maintenance\' => false,</code> in config/config.php');?></li>
</ul>
<p class="section--paragraph"><?php echo $l->t('An even easier way using our new updater is <a class="hyperlink"href="https://nextcloud.com/blog/get-up-to-date-with-the-new-nextcloud-updater/">detailed in this blog post.</a>');?></p>
<p class="section--paragraph"><?php echo $l->t('Find more details in');?> <a class="hyperlink" href="<?php echo $DOCUMENTATION_ADMIN; ?>maintenance/manual_upgrade.html" target="_blank" rel="tooltip" title="<?php echo $l->t('Nextcloud administrator Documentation">our documentation.</a>');?></p>
- <p class="section--paragraph"><?php echo $l->t('Note that, as ownCloud does not support skipping releases, upgrades have to go through all releases between the existing ownCloud release and the desired Nextcloud release. We will support upgrades from ownCloud 8.2 and onwards. If you are on a older release and need help, please us our <a class="hyperlink" href="https://help.nextcloud.com">community support forums</a> or');?> <a class="hyperlink" href="<?php echo home_url('buy') ?>"><?php echo $l->t('contact our Sales team for a custom quote.</a>');?></p>
+ <p class="section--paragraph"><?php echo $l->t('Note that, as ownCloud does not support skipping releases, upgrades have to go through all releases between the existing ownCloud release and the desired Nextcloud release. We will support upgrades from ownCloud 8.2 and onwards. If you are on an older release and need help, please visit our <a class="hyperlink" href="https://help.nextcloud.com">community support forums</a> or');?> <a class="hyperlink" href="<?php echo home_url('buy') ?>"><?php echo $l->t('contact our Sales team for a custom quote.</a>');?></p>
<h2 class="section--paragraph__tittle"><?php echo $l->t('Upgrade path');?></h2>
<p class="section--paragraph"><?php echo $l->t('Depending on your current ownCloud release, you have to follow a different upgrade path. Nextcloud 9.0 is compatible with ownCloud 9.0; Nextcloud 10.0 is compatible with ownCloud 9.1. You can not skip releases like going from ownCloud 8.0 to Nextcloud 10, that would be skipping ownCloud 8.1, 8.2 and 9.0. You can upgrade from an ownCloud release to a compatible Nextcloud release or one newer. We generally recommend to move to the latest Nextcloud release that is compatible first before upgrading.');?></p>
<p class="section--paragraph"><?php echo $l->t('This is the compatiblity overview:');?></p>