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>2019-04-12 13:44:47 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2019-04-12 13:44:47 +0300
commit4f877caa1d38af2f0f2665d21047b9a2ead207c3 (patch)
tree023776e771dd23dc973ea0405bb3aa404a95f59e /page-healthcare.php
parent6ae0098d7cdd4af6866ddb40d16db57816b2d981 (diff)
fix translations of white paper download text
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-healthcare.php')
-rw-r--r--page-healthcare.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/page-healthcare.php b/page-healthcare.php
index a1fe66c4..f9952e04 100644
--- a/page-healthcare.php
+++ b/page-healthcare.php
@@ -69,8 +69,8 @@ require(["require.config"], function() {
<input type="hidden" name="newsletter" value="0" />
<!-- <input type="checkbox" name="newsletter" value="1"> <small>Sign me up for the Nextcloud newsletter</small><br/> -->
<input type="hidden" name="moreinfo" value="0" />
- <input type="checkbox" name="moreinfo" value="1"> <small>Inform me about new white papers and other relevant information</small><br/>
- <small>see our <a class="hyperlink" href="<?php echo home_url('privacy') ?>">privacy policy</a><br/></small>
+ <input type="checkbox" name="moreinfo" value="1"> <small><?php echo $l->t('Inform me about new white papers and other relevant information');?></small><br/>
+ <small>see our <a class="hyperlink" href="
</div>