Browse Source

Hint text content

pull/817/head
baarkerlounger 3 years ago
parent
commit
5bec96b5ee
  1. 2
      app/views/users/new.html.erb

2
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" %>
</div>

Loading…
Cancel
Save