From 5bec96b5ee25cad472b689f3cec2ebe47ba39578 Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Mon, 8 Aug 2022 10:42:22 +0100 Subject: [PATCH] Hint text content --- app/views/users/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/users/new.html.erb b/app/views/users/new.html.erb index bfe04305c..cf72e49f0 100644 --- a/app/views/users/new.html.erb +++ b/app/views/users/new.html.erb @@ -53,7 +53,7 @@ option.description&.map { |hint| content_tag(:li, hint) }&.reduce(:+) }, legend: { text: "Role (optional)", size: "m" }, - hint: { text: "This does not need to be selected if the user is a data protection officer only" } %> + hint: { text: "You do not need to select a role if the user is a data protection officer only. You can tell us that this user is a data protection officer after you have invited them." } %> <%= f.govuk_submit "Continue" %>