diff --git a/app/components/release_note/form_component/form_component.html.haml b/app/components/release_note/form_component/form_component.html.haml index 94d74ff9c..9102ae1be 100644 --- a/app/components/release_note/form_component/form_component.html.haml +++ b/app/components/release_note/form_component/form_component.html.haml @@ -24,7 +24,7 @@ = category.humanize - if categories_error? - .fr-messages-group{ id: "checkboxes-error-messages", aria_live: "assertive" } + .fr-messages-group{ id: "checkboxes-error-messages", "aria-live": "assertive" } - if categories_full_messages_errors.one? %p.fr-message.fr-message--error{ id: categories_errors_describedby_id }= categories_full_messages_errors.first - else