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

github.com/nextcloud/firstrunwizard.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-06-12 23:17:41 +0300
committerGitHub <noreply@github.com>2016-06-12 23:17:41 +0300
commitafed3cf12ad1826f951429256a555be526e0e6f0 (patch)
tree1ba9dedf21e8ddc12a0c6910f40c01cd7754045c
parent6131064b57417f1fe358c943094f13be0c311f40 (diff)
Some more Nextcloud brandingv9.0.52RC1v9.0.52v9.0.50
-rw-r--r--templates/wizard.php18
1 files changed, 7 insertions, 11 deletions
diff --git a/templates/wizard.php b/templates/wizard.php
index bf539675..b4e05c41 100644
--- a/templates/wizard.php
+++ b/templates/wizard.php
@@ -49,18 +49,14 @@
</a>
<p class="footnote">
-<?php if ($_['edition'] === ''): ?>
-<?php print_unescaped($l->t('There’s more information in the <a target="_blank" href="%s">documentation</a> and on our <a target="_blank" href="http://owncloud.org">website</a>.', array(link_to_docs('user_manual')))); ?><br>
-<?php print_unescaped($l->t('If you like ownCloud,
- <a href="mailto:?subject=ownCloud
- &body=ownCloud is a great open software to sync and share your files.
- You can freely get it from http://owncloud.org">
+<?php print_unescaped($l->t('There’s more information in the <a target="_blank" href="%s">documentation</a> and on our <a target="_blank" href="https://nextcloud.com">website</a>.', array(link_to_docs('user_manual')))); ?><br>
+<?php print_unescaped($l->t('If you like Nextcloud,
+ <a href="mailto:?subject=Nextcloud
+ &body=Nextcloud is a great open software to sync and share your files.
+ You can freely get it from https://nextcloud.com">
recommend it to your friends</a>
- and <a href="http://owncloud.org/promote"
- target="_blank">spread the word</a>!')); ?>
-<?php else: ?>
-© 2011-<?php p(date('Y')) ?> <a href="https://owncloud.com" target="_blank">ownCloud Inc.</a>
-<?php endif; ?>
+ and <a href="https://nextcloud.com/contribute/"
+ target="_blank">contribute back</a>!')); ?>
</p>
</div>