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/subtask | |
parent | c8c1242c26a11dc2abc7126829d76430612e7107 (diff) |
Sync locales
Diffstat (limited to 'app/Template/subtask')
-rw-r--r-- | app/Template/subtask/table.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/subtask/table.php b/app/Template/subtask/table.php index 5db23245..13d2c7cc 100644 --- a/app/Template/subtask/table.php +++ b/app/Template/subtask/table.php @@ -18,7 +18,7 @@ <tr data-subtask-id="<?= $subtask['id'] ?>"> <td> <?php if ($editable): ?> - <i class="fa fa-arrows-alt draggable-row-handle" title="<?= t('Move subtask position') ?>"></i> + <i class="fa fa-arrows-alt draggable-row-handle" title="<?= t('Change subtask position') ?>"></i> <?= $this->subtask->toggleStatus($subtask, $task['project_id'], true) ?> <?php else: ?> <?= $this->subtask->getTitle($subtask) ?> |