From 40054fee9fcd8f6f8f798b391abaec6669560f4d Mon Sep 17 00:00:00 2001 From: bharathkumar39293 Date: Wed, 4 Mar 2026 18:05:16 +0600 Subject: [PATCH] fix(i18n): resolve duplicate choices in Hungarian career development survey leading to surveyBody undefined error --- apps/web/locales/hu-HU.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/locales/hu-HU.json b/apps/web/locales/hu-HU.json index 30d1c71111..0fc5b8a47d 100644 --- a/apps/web/locales/hu-HU.json +++ b/apps/web/locales/hu-HU.json @@ -2460,7 +2460,7 @@ "career_development_survey_question_6_choice_2": "Igazgató", "career_development_survey_question_6_choice_3": "Vezető igazgató", "career_development_survey_question_6_choice_4": "Alelnök", - "career_development_survey_question_6_choice_5": "Igazgató", + "career_development_survey_question_6_choice_5": "Igazgató (Principal)", "career_development_survey_question_6_choice_6": "Egyéb", "career_development_survey_question_6_headline": "Az alábbiak közül melyik írja le legjobban a jelenlegi munkája szintjét?", "career_development_survey_question_6_subheader": "Válassza ki a következő lehetőségek egyikét:",