summaryrefslogtreecommitdiff
path: root/app/Template/project_view
diff options
context:
space:
mode:
Diffstat (limited to 'app/Template/project_view')
-rw-r--r--app/Template/project_view/share.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/project_view/share.php b/app/Template/project_view/share.php
index 15e1d7ca..ab2515c3 100644
--- a/app/Template/project_view/share.php
+++ b/app/Template/project_view/share.php
@@ -15,6 +15,6 @@
<?= $this->url->link(t('Disable public access'), 'ProjectViewController', 'updateSharing', array('project_id' => $project['id'], 'switch' => 'disable'), true, 'btn btn-red') ?>
<?php else: ?>
- <p class="alert alert-info"><?= t('This feature enable the iCal feed, RSS feed and the public board view.') ?></p>
+ <p class="alert alert-info"><?= t('This feature enables the iCal feed, RSS feed and the public board view.') ?></p>
<?= $this->url->link(t('Enable public access'), 'ProjectViewController', 'updateSharing', array('project_id' => $project['id'], 'switch' => 'enable'), true, 'btn btn-blue') ?>
<?php endif ?>