diff --git a/app/templates/views/manage-users/permissions.html b/app/templates/views/manage-users/permissions.html
index f6da0ded0..3a455e704 100644
--- a/app/templates/views/manage-users/permissions.html
+++ b/app/templates/views/manage-users/permissions.html
@@ -8,8 +8,8 @@
{{ radio(option, option_hints={
- 'admin': 'See dashboard and team members',
- 'caseworker': 'Send messages and see sent messages'
+ 'admin': 'Show dashboard and other options',
+ 'caseworker': 'Send messages, hide dashboard and other options'
}) }}
{% if option.data == 'admin' %}
diff --git a/app/templates/views/service-settings/set-basic-view.html b/app/templates/views/service-settings/set-basic-view.html
index 118e13f39..8d9e05823 100644
--- a/app/templates/views/service-settings/set-basic-view.html
+++ b/app/templates/views/service-settings/set-basic-view.html
@@ -16,15 +16,18 @@
>
Basic view
- Basic view lets you restrict a team member to only:
+ Hide the dashboard and other options from team members who only need to send messages.
+
+
+ Turn on basic view then edit team members’ permissions.
+
+
+ Team members with basic view can only:
- - send messages
- - see sent messages
+ - send messages using existing templates
+ - see a list of sent messages
-
- You’ll get to choose which team members have basic view.
-
See a preview of basic view.