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

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2016-12-12 04:11:27 +0300
committerGitHub <noreply@github.com>2016-12-12 04:11:27 +0300
commit4220c131c0fffc4ee8ab097753a7ab60e2e7e5e5 (patch)
treecdeadb4f429941576fe0d4d226de4a0c49c99cb0
parentfa29d7bf080f7cb7314aae1caf4b8cb1bfcdcee1 (diff)
parent4882e17b00e6292bf104d3f6ce60c1518e71a8cc (diff)
fix typing mistake
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 017ca70..3f14aa5 100644
--- a/index.php
+++ b/index.php
@@ -1502,7 +1502,7 @@ if(strpos($updaterUrl, 'index.php') === false) {
<li id="step-done" class="step <?php if($stepNumber >= 11) { echo 'passed-step'; }?>">
<h2>Done</h2>
<div class="output hidden">
- <a class="button" href="<?php echo str_replace('/index.php', '/../', $updaterUrl); ?>">Go to back to your Nextcloud instance to finish the update</a>
+ <a class="button" href="<?php echo str_replace('/index.php', '/../', $updaterUrl); ?>">Go back to your Nextcloud instance to finish the update</a>
</div>
</li>
</ul>