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>2018-12-25 20:59:20 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-12-25 20:59:20 +0300
commit3f202a664886bdd38f20a3ddcbe597b133094d53 (patch)
treedc523e34e57c4614d32d84bbeb9d22c151f852eb /page-signup.php
parent87163cfbea6703748c6f8ce29b226f92943b3edd (diff)
add short business model explainer to signup page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-signup.php')
-rw-r--r--page-signup.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/page-signup.php b/page-signup.php
index 4982a054..0e57271f 100644
--- a/page-signup.php
+++ b/page-signup.php
@@ -81,7 +81,7 @@ $coreApps = ['files', 'calendar', 'contacts', 'spreed', 'mail', 'tasks', 'notes'
<div class="col-md-6 topheader">
<h1><?php echo $l->t('Your choice');?></h1>
<h2><?php echo $l->t('To help you decide where to store your data, Nextcloud maintains a list of preferred providers.');?></h2>
- <h2><?php echo $l->t('Sign up now and get a free storage account!');?></h2>
+ <h2><?php echo $l->t('Sign up now and get a free* storage account!');?></h2>
</div>
</div>
</div>
@@ -111,6 +111,7 @@ $coreApps = ['files', 'calendar', 'contacts', 'spreed', 'mail', 'tasks', 'notes'
<div class="text-center">
<a href="<?php echo home_url('privacy') ?>" target="_blank" class="button button--blue button--arrow button--large"><?php echo $l->t('Our privacy policy'); ?></a>
<p class="section--paragraph text-center"><?php echo $l->t('If there are any issues with your account, please note that we do NOT record any of your information on our side so we can not help you. Please contact the provider you signed up with.'); ?></p>
+ <p class="section--paragraph text-center"><?php echo $l->t('* free services are, of course, paid somewhere, by someone. Often with your data! Our providers all give a free 2-5GB storage shared account but offer larger storage and more options like a dedicated setup for a fee, which funds the free accounts. Consider paying for your account, it helps them provide this service!'); ?></p>
</div>
</div>
</div>