Skip to content

Commit

Permalink
fix: Fixes label mismatch with dietary restrictions (#206)
Browse files Browse the repository at this point in the history
  • Loading branch information
cbaudouinjr authored Mar 29, 2020
1 parent 01b4bd9 commit 70fdf73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/manage/questionnaires/_form.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
= f.input :major, input_html: { "data-validate" => "presence" }
= f.input :shirt_size, as: :select, collection: Questionnaire::POSSIBLE_SHIRT_SIZES, include_blank: "(select one...)", input_html: { "data-validate" => "presence" }
= f.input :gender, input_html: { "data-validate" => "presence" }
= f.input :dietary_restrictions, label: "Health Restrictions"
= f.input :dietary_restrictions, label: "Dietary restrictions"
= f.input :special_needs, label: "Special needs"

.col-xl-6
Expand Down
2 changes: 1 addition & 1 deletion config/locales/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ en:
level_of_study: University (Undergraduate)
major: Major
gender: Female, Male, Non-Binary, Prefer not to say, other
dietary_restrictions: Allergies, medical assistance, etc.
dietary_restrictions: Allergies, restrictions, etc.
special_needs: Any special needs or requests
portfolio_url: https://mywebsite.com
vcs_url: https://github.com/coderit
Expand Down

0 comments on commit 70fdf73

Please sign in to comment.