diff options
Diffstat (limited to 'templates/task/view.html')
-rw-r--r-- | templates/task/view.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/task/view.html b/templates/task/view.html index 7e03cb1..18c04c2 100644 --- a/templates/task/view.html +++ b/templates/task/view.html @@ -23,8 +23,8 @@ <a href="/task/view/tid={{dep.id}}">{{dep.title}}</a><br /> {% endfor %} {% if can_mod_tasks %} - <a href="/task/addtask/tid={{task.id}}">add more tasks</a> - <a href="/task/remtask/tid={{task.id}}">remove an existing task</a> + <a href="/task/addtask/tid={{task.id}}">add more dependencies</a> + <a href="/task/remtask/tid={{task.id}}">remove an existing dependency</a> {% endif %} {% else %} {%if can_mod_tasks %} |