From a94f4724596312f8e2e8d7501ee87715cdda21b8 Mon Sep 17 00:00:00 2001 From: Muhammad Abdullah Waheed <42172960+abdullahwaheed@users.noreply.github.com> Date: Mon, 23 Oct 2023 16:10:31 +0500 Subject: [PATCH] fix: fixed typo of other education which was breaking the response (#919) * fix: fixed typo of other education which was breaking the response * fix: fixed typo --- src/account-settings/AccountSettingsPage.messages.jsx | 4 ++-- src/account-settings/data/constants.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/account-settings/AccountSettingsPage.messages.jsx b/src/account-settings/AccountSettingsPage.messages.jsx index 34d2f98d7..d7bcc911b 100644 --- a/src/account-settings/AccountSettingsPage.messages.jsx +++ b/src/account-settings/AccountSettingsPage.messages.jsx @@ -411,8 +411,8 @@ const messages = defineMessages({ defaultMessage: 'No formal education', description: 'Selected by the user to describe their education.', }, - 'account.settings.field.education.levels.o': { - id: 'account.settings.field.education.levels.o', + 'account.settings.field.education.levels.other': { + id: 'account.settings.field.education.levels.other', defaultMessage: 'Other education', description: 'Selected by the user if they have a type of education not described by the other choices.', }, diff --git a/src/account-settings/data/constants.js b/src/account-settings/data/constants.js index d94becf92..54209aafa 100644 --- a/src/account-settings/data/constants.js +++ b/src/account-settings/data/constants.js @@ -25,7 +25,7 @@ export const EDUCATION_LEVELS = [ 'jhs', 'el', 'none', - 'o', + 'other', ]; export const GENDER_OPTIONS = [