Skip to content

Commit

Permalink
Fix notes error message on consents
Browse files Browse the repository at this point in the history
This was missing.
  • Loading branch information
tvararu committed Dec 17, 2024
1 parent d5ed096 commit 77f639d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,11 @@ en:
empty: Choose a CSV file with at least one record
invalid: Choose a CSV file in the correct format
missing_headers: "The file is missing the following headers: %{missing_headers}"
consent:
attributes:
notes:
blank: Enter notes
too_long: Enter notes that are less than %{count} characters long
consent_form:
attributes:
address_line_1:
Expand Down

0 comments on commit 77f639d

Please sign in to comment.