Skip to content

Commit

Permalink
Change 'Task Owner' to 'Task Assignee'.
Browse files Browse the repository at this point in the history
  • Loading branch information
george-thomas-hill committed Jul 29, 2020
1 parent 1dc6ce0 commit 7363e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/task.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
<thead class="thead-dark">
<tr>
<th scope="col">Task Name: {{task.name}}</th>
<th class="text-right" scope="col">Task Owner: {{task.assignee_name}}</th>
<th class="text-right" scope="col">Task Assignee: {{task.assignee_name}}</th>
</tr>
</thead>
</table>
Expand Down

0 comments on commit 7363e61

Please sign in to comment.