Skip to content

Commit

Permalink
Remove hint text
Browse files Browse the repository at this point in the history
We've not decided we don't want to show any hint text
  • Loading branch information
rjlynch committed Oct 14, 2024
1 parent f736d17 commit e4adb08
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
text: @form.t("heading"),
tag: "h1",
size: "l"
},
hint: { text: @form.t("hint") } %>
} %>

<%= f.govuk_submit %>
<% end %>
Expand Down
2 changes: 0 additions & 2 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -975,8 +975,6 @@ en:
min_length: Enter a college name or postcode that is at least 3 characters long
select_provision:
heading: Select where you are employed
hint:
Select the further education (FE) provider you are employed by.
errors:
blank: Select the further education provider you are employed by
contract_type:
Expand Down

0 comments on commit e4adb08

Please sign in to comment.