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" %>