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:
authorXheni Myrtaj <myrtajxheni@gmail.com>2019-10-12 22:41:49 +0300
committerXheni Myrtaj <myrtajxheni@gmail.com>2019-10-12 22:41:49 +0300
commitea9a1c63808465ff0e511d13a7f458d0df4e4003 (patch)
treed477d7e4c7c3f0763efece9d7792c322d1b2fbea /page-engineering.php
parentcbd2d936e6857fac17390da9e19803b4d26c6589 (diff)
Correct the bug bounty amount
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
Diffstat (limited to 'page-engineering.php')
-rw-r--r--page-engineering.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-engineering.php b/page-engineering.php
index 6b15d322..c9da2051 100644
--- a/page-engineering.php
+++ b/page-engineering.php
@@ -328,7 +328,7 @@ require(["require.config"], function() {
</div>
<div class="row feature-row">
<div class="col-md-10 col-md-offset-1 revealOnScroll feature--block">
- <p class="section--paragraph revealOnScroll"><?php echo $l->t('Nextcloud offers first-in-class, third-party verified security backed by a USD 5000 Security Bug Bounty program protecting against unauthorized access.');?></p>
+ <p class="section--paragraph revealOnScroll"><?php echo $l->t('Nextcloud offers first-in-class, third-party verified security backed by a USD 10000 Security Bug Bounty program protecting against unauthorized access.');?></p>
<a href="<?php echo home_url('secure') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Security in Nextcloud');?></a>
</div>
</div>