From 8eaf7caa050ef79db11be984cc4fb1de55b13275 Mon Sep 17 00:00:00 2001 From: karlchillmaid Date: Thu, 2 Aug 2018 17:31:16 +0100 Subject: [PATCH] Updated hint text Updated hint text --- app/templates/views/manage-users/permissions.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' %}