fix(typo) Correct misspelled attribute

This commit is contained in:
Corinne Durrmeyer 2024-11-05 14:25:07 +01:00
parent 4ad4f9be0b
commit 82963efb60
No known key found for this signature in database
GPG key ID: DDC049DDA35585B6

View file

@ -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