Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

Commit

Permalink
Merge pull request #714 from alphagov/a11y-fix-headings
Browse files Browse the repository at this point in the history
Update heading levels on Your Information page
  • Loading branch information
danacotoran authored Mar 3, 2021
2 parents bbf4092 + b27c521 commit 69d6e33
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/views/registrations/your_information.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
id: "cookie_consent",
heading: t("devise.registrations.your_information.fields.cookie_consent.heading"),
heading_size: "s",
heading_level: 3,
error_message: error_items("cookie_consent", @error_items),
hint: t("devise.registrations.your_information.fields.cookie_consent.hint"),
items: [
Expand Down Expand Up @@ -79,6 +80,7 @@
id: "feedback_consent",
heading: t("devise.registrations.your_information.fields.feedback_consent.heading"),
heading_size: "s",
heading_level: 3,
error_message: error_items("feedback_consent", @error_items),
hint: t("devise.registrations.your_information.fields.feedback_consent.hint"),
items: [
Expand Down

0 comments on commit 69d6e33

Please sign in to comment.