Skip to content

Commit 70fdf73

Browse files
authored
fix: Fixes label mismatch with dietary restrictions (#206)
1 parent 01b4bd9 commit 70fdf73

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/manage/questionnaires/_form.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
= f.input :major, input_html: { "data-validate" => "presence" }
2424
= f.input :shirt_size, as: :select, collection: Questionnaire::POSSIBLE_SHIRT_SIZES, include_blank: "(select one...)", input_html: { "data-validate" => "presence" }
2525
= f.input :gender, input_html: { "data-validate" => "presence" }
26-
= f.input :dietary_restrictions, label: "Health Restrictions"
26+
= f.input :dietary_restrictions, label: "Dietary restrictions"
2727
= f.input :special_needs, label: "Special needs"
2828

2929
.col-xl-6

config/locales/en.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ en:
101101
level_of_study: University (Undergraduate)
102102
major: Major
103103
gender: Female, Male, Non-Binary, Prefer not to say, other
104-
dietary_restrictions: Allergies, medical assistance, etc.
104+
dietary_restrictions: Allergies, restrictions, etc.
105105
special_needs: Any special needs or requests
106106
portfolio_url: https://mywebsite.com
107107
vcs_url: https://github.com/coderit

0 commit comments

Comments
 (0)