From aecf3a37db66a93c9212f6dce103bf4f7fba108f Mon Sep 17 00:00:00 2001 From: Vadym Pavlyk Date: Tue, 26 Nov 2024 01:56:46 +0200 Subject: [PATCH] Fixed irrelevant information in the your professional categories (#2835) "Choose at least one study category and one subject." is written instead of "Choose at least one study category, one subject and one proficiency level." --- src/constants/translations/en/edit-profile.json | 6 ++++-- src/constants/translations/uk/edit-profile.json | 6 ++++-- .../professional-info-tab/ProfessionalInfoTab.tsx | 10 +++------- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/constants/translations/en/edit-profile.json b/src/constants/translations/en/edit-profile.json index 7c77b0e39..7f645fcb0 100644 --- a/src/constants/translations/en/edit-profile.json +++ b/src/constants/translations/en/edit-profile.json @@ -27,8 +27,10 @@ "mainTitle": "Professional information", "mainDescription": "Here you can edit public professional information about yourself.", "categoriesTitle": "Your professional categories", - "categoriesDescriptionForTutor": "State your professional field you want to work in with your students.\nChoose at least one study category, one subject and one proficiency level.", - "categoriesDescriptionForStudent": "State the category you want to study.\nChoose at least one study category, one subject and one proficiency level.", + "categoriesDescription": { + "tutor": "State your professional field you want to work in with your students.\nChoose at least one study category and one subject.", + "student": "State the category you want to study.\nChoose at least one study category and one subject." + }, "addCategoryBtn": "Add category", "addCategoryModal": { "title": "Your professional category", diff --git a/src/constants/translations/uk/edit-profile.json b/src/constants/translations/uk/edit-profile.json index 4c420bae6..24425518c 100644 --- a/src/constants/translations/uk/edit-profile.json +++ b/src/constants/translations/uk/edit-profile.json @@ -27,8 +27,10 @@ "mainTitle": "Професійні відомості", "mainDescription": "Тут ви можете редагувати публічну професійну інформацію про себе.", "categoriesTitle": "Ваші професійні категорії", - "categoriesDescriptionForTutor": "Вкажіть свою професійну сферу, в якій ви хочете працювати зі своїми студентами.\nОбepiть принаймні одну навчальну категорію, один предмет i один рівень володіння мовою", - "categoriesDescriptionForStudent": "Вкажіть категорію, яку ви хочете вивчати.\nОбepiть принаймні одну навчальну категорію, один предмет i один рівень володіння мовою", + "categoriesDescription": { + "tutor": "Вкажіть свою професійну сферу, в якій ви хочете працювати зі своїми студентами.\nОбepiть принаймні одну навчальну категорію i один предмет.", + "student": "Вкажіть категорію, яку ви хочете вивчати.\nОбepiть принаймні одну навчальну категорію i один предмет." + }, "addCategoryBtn": "Створити категорію", "addCategoryModal": { "title": "Ваша професійна категорія", diff --git a/src/containers/edit-profile/professional-info-tab/ProfessionalInfoTab.tsx b/src/containers/edit-profile/professional-info-tab/ProfessionalInfoTab.tsx index 2f31537f7..4498a69e0 100644 --- a/src/containers/edit-profile/professional-info-tab/ProfessionalInfoTab.tsx +++ b/src/containers/edit-profile/professional-info-tab/ProfessionalInfoTab.tsx @@ -126,12 +126,6 @@ const ProfessionalInfoTab: FC = () => { ) - const professionalTabCategoriesDescription = t( - userRole === UserRoleEnum.Student - ? 'editProfilePage.profile.professionalTab.categoriesDescriptionForStudent' - : 'editProfilePage.profile.professionalTab.categoriesDescriptionForTutor' - ) - return ( {