diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-05-10 16:33:23 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-05-10 16:33:23 -0400 |
commit | 6f77a4033f7feb2785e0e242d50b78e824c892cd (patch) | |
tree | 2a22a65f9455769f383ac777892fe6bf463d1654 /app/Template/tasklink/edit.php | |
parent | a7b77623ce602a44a341f747fdfe43dbdc268304 (diff) |
Recurring tasks (#847): update translations
Diffstat (limited to 'app/Template/tasklink/edit.php')
-rw-r--r-- | app/Template/tasklink/edit.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/tasklink/edit.php b/app/Template/tasklink/edit.php index 267bd627..37c3cb14 100644 --- a/app/Template/tasklink/edit.php +++ b/app/Template/tasklink/edit.php @@ -1,5 +1,5 @@ <div class="page-header"> - <h2><?= t('Edit a link') ?></h2> + <h2><?= t('Edit link') ?></h2> </div> <form action="<?= $this->u('tasklink', 'update', array('task_id' => $task['id'], 'project_id' => $task['project_id'], 'link_id' => $task_link['id'])) ?>" method="post" autocomplete="off"> |