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-08-01 18:03:18 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-08-01 18:03:18 +0300
commit00a92060d2b1c81742444a14c045153999f17fd8 (patch)
tree5c3add1c2d5706a5b73afecf064c1dadeaad2a9c /page-securesharing.php
parent70df71bbab1b539904833e486b41c3b7e7df8c9c (diff)
remove translation string from this page
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-securesharing.php')
-rw-r--r--page-securesharing.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-securesharing.php b/page-securesharing.php
index 2de0732b..c2789e9a 100644
--- a/page-securesharing.php
+++ b/page-securesharing.php
@@ -169,7 +169,7 @@
<div class="col-md-8 col-md-offset-2 featureblock revealOnScroll">
<p class="text-center">Contact us to learn how we can help you secure corporate data.</p>
<div class="text-center morebuttondiv">
- <a href="<?php echo home_url('buy') ?>" class="button button--large button--arrow"><?php echo $l->t('Contact us');?> <i class="icon-arrow-circle-o-right icon"></i></a>
+ <a href="<?php echo home_url('buy') ?>" class="button button--large button--arrow">Contact us <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
</div>
</div>