diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-02-20 11:34:16 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-02-20 11:34:16 -0500 |
commit | 83832522867d06241441c04d2b3237200db57224 (patch) | |
tree | 040601fdece9b49d5eefbe43b62d76785dc674b3 /app/Template/task_file | |
parent | c8c1242c26a11dc2abc7126829d76430612e7107 (diff) |
Sync locales
Diffstat (limited to 'app/Template/task_file')
-rw-r--r-- | app/Template/task_file/show.php | 2 |
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> |