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:
authorCarl Csaposs <carl@csaposs.com>2022-03-29 15:40:35 +0300
committerGitHub <noreply@github.com>2022-03-29 15:40:35 +0300
commite3fb600cc2f7d60f16b2895169461df427a7ae8b (patch)
treed2cd8c00f26937c7d691b04a5f0f42efd99206c5
parent1be6e58ac77edb77616807db7de5da9a110652d4 (diff)
Fix typo in developer page button (#1604)
Signed-off-by: Carl Csaposs <carl@csaposs.com>
-rw-r--r--page-developer.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/page-developer.php b/page-developer.php
index c97861de..dd054695 100644
--- a/page-developer.php
+++ b/page-developer.php
@@ -144,7 +144,7 @@
<div class="col-md-6 feature--block">
<h3 class="section--paragraph__title"><?php echo $l->t('Nextcloud Include');?></h3>
<p class="section--paragraph"><?php echo $l->t('Diversity strengthens a community. The Nextcloud Include initiative helps underrepresented groups to join the Nextcloud project, building an inclusive and diverse space where we collaborate and develop world class software.');?></p>
- <a href="<?php echo home_url('include') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Lear more and request mentoring');?></a>
+ <a href="<?php echo home_url('include') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('Learn more and request mentoring');?></a>
</div>
</div>
</div>