summaryrefslogtreecommitdiff
path: root/app/Template/task_file
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2016-02-20 11:34:16 -0500
committerFrederic Guillot <fred@kanboard.net>2016-02-20 11:34:16 -0500
commit83832522867d06241441c04d2b3237200db57224 (patch)
tree040601fdece9b49d5eefbe43b62d76785dc674b3 /app/Template/task_file
parentc8c1242c26a11dc2abc7126829d76430612e7107 (diff)
Sync locales
Diffstat (limited to 'app/Template/task_file')
-rw-r--r--app/Template/task_file/show.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/task_file/show.php b/app/Template/task_file/show.php
index 8aa76520..c3f2bb98 100644
--- a/app/Template/task_file/show.php
+++ b/app/Template/task_file/show.php
@@ -57,7 +57,7 @@
<?php if ($this->file->getPreviewType($file['name']) !== null): ?>
<li>
<i class="fa fa-eye fa-fw"></i>
- <?= $this->url->link(t('View'), 'FileViewer', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id']), false, 'popover') ?>
+ <?= $this->url->link(t('View file'), 'FileViewer', 'show', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'file_id' => $file['id']), false, 'popover') ?>
</li>
<?php endif ?>
<li>