Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update age brackets to above 18 rather than 16 #1061

Merged
merged 1 commit into from
Jul 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/forms/AboutYouDemographicForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -291,11 +291,11 @@ const AboutYouDemographicForm = () => {
value={ageInput}
>
<FormControlLabel
value="Under 16"
value="Under 18"
control={<Radio required />}
label={t('ageLabels.1')}
/>
<FormControlLabel value="16-25" control={<Radio required />} label={t('ageLabels.2')} />
<FormControlLabel value="18-25" control={<Radio required />} label={t('ageLabels.2')} />
<FormControlLabel value="25-35" control={<Radio required />} label={t('ageLabels.3')} />
<FormControlLabel value="35-45" control={<Radio required />} label={t('ageLabels.4')} />
<FormControlLabel value="45-55" control={<Radio required />} label={t('ageLabels.5')} />
Expand Down
1 change: 1 addition & 0 deletions cypress/downloads/downloads.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Cr24
4 changes: 2 additions & 2 deletions messages/account/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"countryHelpText": "Dies hilft uns zu verstehen, von wo aus Überlebende unser Angebot nutzen",
"ageLabel": "Was ist Deine Altersgruppe?",
"ageLabels": {
"1": "Unter 16",
"2": "16-25",
"1": "Unter 18",
"2": "18-25",
"3": "25-35",
"4": "35-45",
"5": "45-55",
Expand Down
4 changes: 2 additions & 2 deletions messages/account/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"countryHelpText": "This will help us understand where survivors are accessing our services from.",
"ageLabel": "What is your age group?",
"ageLabels": {
"1": "Under 16",
"2": "16-25",
"1": "Under 18",
"2": "18-25",
"3": "25-35",
"4": "35-45",
"5": "45-55",
Expand Down
4 changes: 2 additions & 2 deletions messages/account/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"countryHelpText": "Esto nos ayuda a entender desde dónde las personas sobrevivientes están accediendo a nuestros servicios.",
"ageLabel": "¿Cuál es tu grupo de edad?",
"ageLabels": {
"1": "Menor de 16",
"2": "16-25",
"1": "Menor de 18",
"2": "18-25",
"3": "25-35",
"4": "35-45",
"5": "45-55",
Expand Down
4 changes: 2 additions & 2 deletions messages/account/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"countryHelpText": "Ceci nous aidera à connaître l'endroit à partir duquel les personnes survivantes accèdent à nos services.",
"ageLabel": "Quelle est votre groupe d'âge ?",
"ageLabels": {
"1": "Moins de 16 ans",
"2": "16 à 25 ans",
"1": "Moins de 18 ans",
"2": "18 à 25 ans",
"3": "25 à 35 ans",
"4": "35 à 45 ans",
"5": "45 à 55 ans",
Expand Down
4 changes: 2 additions & 2 deletions messages/account/hi.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"countryHelpText": "Yeh samjhne mein humein madad karega ki survivors services kahan se le rahe hain",
"ageLabel": "Apka age group kya hai?",
"ageLabels": {
"1": "16 ke neeche",
"2": "16-25",
"1": "18 ke neeche",
"2": "18-25",
"3": "25-35",
"4": "35-45",
"5": "45-55",
Expand Down
4 changes: 2 additions & 2 deletions messages/account/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"countryHelpText": "Isso nos ajudará a entender de quais lugares as pessoas sobreviventes acessam nossos serviços. ",
"ageLabel": "Qual é a sua faixa etária?",
"ageLabels": {
"1": "Menos de 16 anos",
"2": "16-25 anos",
"1": "Menos de 18 anos",
"2": "18-25 anos",
"3": "25-35 anos",
"4": "35-45 anos",
"5": "45-55 anos",
Expand Down
Loading