Rename ‘caseworker’ to basic view on team members

Missed this in https://github.com/alphagov/notifications-admin/pull/2146
This commit is contained in:
Chris Hill-Scott
2018-07-10 12:14:54 +01:00
parent 70ba1bb7f2
commit 0008d7cda7
2 changed files with 4 additions and 4 deletions

View File

@@ -67,7 +67,7 @@
{% if 'caseworking' in current_service.permissions %}
{{ tick_cross(
user.status != 'cancelled',
'Admin'
'Admin view'
) }}
{% endif %}
{{ tick_cross(
@@ -89,7 +89,7 @@
{% else %}
{{ tick_cross(
True,
'Caseworker'
'Basic view'
) }}
{% endif %}
{% if 'email_auth' in current_service['permissions'] %}