diff options
author | Balázs Úr <urbalazs@gmail.com> | 2017-12-10 09:37:39 +0100 |
---|---|---|
committer | fguillot <fred@kanboard.net> | 2017-12-11 11:20:58 -0800 |
commit | d386ec404d52eebab1c36e85201224c2f7a6c7c8 (patch) | |
tree | 6e36e93d45ed0bbe15d607e8d1ba236c65651697 /app/Template | |
parent | d02d94cd2e183e2ae365dfb58da696f14f984b69 (diff) |
Updated Hungarian translation
Diffstat (limited to 'app/Template')
-rw-r--r-- | app/Template/project_view/share.php | 2 |
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 ?> |