diff --git a/frontend/public/locales/ar/translation.json b/frontend/public/locales/ar/translation.json index 4c1ef9999..2cc26f69c 100644 --- a/frontend/public/locales/ar/translation.json +++ b/frontend/public/locales/ar/translation.json @@ -19,8 +19,7 @@ "SDG9": "الهدف 9 للتنمية المستدامة: الصناعة والابتكار والهياكل الأساسية" }, "ageRanges": { - "16-18": "16-18", - "19-22": "19-22", + "18-22": "18-22", "23-25": "23-25", "26-30": "26-30", "30s": "30s", diff --git a/frontend/public/locales/en-US/translation.json b/frontend/public/locales/en-US/translation.json index 80037ea7c..466cc7f97 100644 --- a/frontend/public/locales/en-US/translation.json +++ b/frontend/public/locales/en-US/translation.json @@ -19,8 +19,7 @@ "SDG9": "SDG 9: Industry, Innovation and Infrastructures" }, "ageRanges": { - "16-18": "16-18", - "19-22": "19-22", + "18-22": "18-22", "23-25": "23-25", "26-30": "26-30", "30s": "30s", diff --git a/frontend/public/locales/es-US/translation.json b/frontend/public/locales/es-US/translation.json index 656118207..c2aa69b3c 100644 --- a/frontend/public/locales/es-US/translation.json +++ b/frontend/public/locales/es-US/translation.json @@ -19,8 +19,7 @@ "SDG9": "ODS 9: Industria, innovación e infraestructura" }, "ageRanges": { - "16-18": "16-18", - "19-22": "19-22", + "18-22": "18-22", "23-25": "23-25", "26-30": "26-30", "30s": "30s", diff --git a/frontend/public/locales/fa-AF/translation.json b/frontend/public/locales/fa-AF/translation.json index d2524bd14..3eefb1f92 100644 --- a/frontend/public/locales/fa-AF/translation.json +++ b/frontend/public/locales/fa-AF/translation.json @@ -19,8 +19,7 @@ "SDG9": "اهداف توسعه پایدار 9: صنعت، نوآوری و زیرساخت‌ها" }, "ageRanges": { - "16-18": "16-18", - "19-22": "19-22", + "18-22": "18-22", "23-25": "23-25", "26-30": "26-30", "30s": "30s", diff --git a/frontend/public/locales/pa-AR/translation.json b/frontend/public/locales/pa-AR/translation.json index 8d9049ac2..ba5947a0f 100644 --- a/frontend/public/locales/pa-AR/translation.json +++ b/frontend/public/locales/pa-AR/translation.json @@ -19,8 +19,7 @@ "SDG9": "SDG 9: صنعت، نوښت او بنسټونه" }, "ageRanges": { - "16-18": "16-18", - "19-22": "19-22", + "18-22": "18-22", "23-25": "23-25", "26-30": "26-30", "30s": "30s", diff --git a/frontend/public/locales/pt-BR/translation.json b/frontend/public/locales/pt-BR/translation.json index 3f54b2725..795c87eca 100644 --- a/frontend/public/locales/pt-BR/translation.json +++ b/frontend/public/locales/pt-BR/translation.json @@ -19,8 +19,7 @@ "SDG9": "ODS 9: Indústria, inovação e infraestrutura" }, "ageRanges": { - "16-18": "16-18", - "19-22": "19-22", + "18-22": "18-22", "23-25": "23-25", "26-30": "26-30", "30s": "30s", diff --git a/frontend/src/utils/consts.js b/frontend/src/utils/consts.js index 65d025044..e9a45efd1 100644 --- a/frontend/src/utils/consts.js +++ b/frontend/src/utils/consts.js @@ -122,8 +122,7 @@ export function getRegions(t) { } export const AGE_RANGES = [ - "16-18", - "19-22", + "18-22", "23-25", "26-30", "30s",