diff --git a/app/templates/views/manage-users/permissions.html b/app/templates/views/manage-users/permissions.html
index 127ca3a84..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': 'Show dashboard, templates and team members',
- 'caseworker': 'Hide dashboard and other options, send messages from existing templates'
+ 'admin': 'Show dashboard and other options',
+ 'caseworker': 'Send messages, hide dashboard and other options'
}) }}
{% if option.data == 'admin' %}