From 26dc8efa19a67796c30c32a5399dd2f54db1481a Mon Sep 17 00:00:00 2001 From: "Chris Baudouin, Jr" Date: Sat, 28 Mar 2020 22:00:25 -0400 Subject: [PATCH] fix: Fixes label mismatch with dietary restrictions --- app/views/manage/questionnaires/_form.html.haml | 2 +- config/locales/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/manage/questionnaires/_form.html.haml b/app/views/manage/questionnaires/_form.html.haml index 0b39c3260..91fff3521 100644 --- a/app/views/manage/questionnaires/_form.html.haml +++ b/app/views/manage/questionnaires/_form.html.haml @@ -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 diff --git a/config/locales/en.yml b/config/locales/en.yml index cc2654fde..191db0f2a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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