diff --git a/src/teams/templates/team_shift_list.html b/src/teams/templates/team_shift_list.html index 063cc077..9d02d80c 100644 --- a/src/teams/templates/team_shift_list.html +++ b/src/teams/templates/team_shift_list.html @@ -66,12 +66,12 @@ {% if user in shift.users %} - Drop it! + Unassign me {% elif shift.people_required > shift.team_members.count %} - Take it! + Assign me {% endif %} {% endfor %}