From 218529294af7f7cc30bae8d5152ee89e8eb52d8e Mon Sep 17 00:00:00 2001 From: Maria Afonina Date: Fri, 29 Sep 2023 12:19:43 +0300 Subject: [PATCH 1/2] changed description text in What can you do section at guest-home-page --- src/constants/translations/en/guest-home-page.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/translations/en/guest-home-page.json b/src/constants/translations/en/guest-home-page.json index 0937a7b56..f578360b2 100644 --- a/src/constants/translations/en/guest-home-page.json +++ b/src/constants/translations/en/guest-home-page.json @@ -26,12 +26,12 @@ "description": "Whether you’re looking for a tutor or looking to become one – you’ve come to the right place.", "learn": { "title": "Learn from experts", - "description": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.established fact that a reader will be ", + "description": "Learning from experts is a shortcut to mastery. Their knowledge and experience can guide you, unlocking your potential. Don't put off until tomorrow. Embrace it! 🌟", "actionLabel": "Become a student" }, "teach": { "title": "Share your experience", - "description": "It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.established fact that a reader will be ", + "description": "Sharing your experience as an expert will be incredibly rewarding, helping students unlock their pоtential and achieve their goals. Don't waste your time 📚", "actionLabel": "Become a tutor" } }, From dd0b914305678388a0e997627a08ac9786025235 Mon Sep 17 00:00:00 2001 From: Maria Afonina Date: Mon, 2 Oct 2023 15:53:19 +0300 Subject: [PATCH 2/2] created guest-home-page at ua and added the translation in What can you do section --- .../translations/ua/guest-home-page.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/constants/translations/ua/guest-home-page.json diff --git a/src/constants/translations/ua/guest-home-page.json b/src/constants/translations/ua/guest-home-page.json new file mode 100644 index 000000000..0af846531 --- /dev/null +++ b/src/constants/translations/ua/guest-home-page.json @@ -0,0 +1,16 @@ +{ + "whatCanYouDo": { + "title": "Що ти можеш зробити", + "description": "Незалежно від того, шукаєте ви репетитора чи хочете ним стати, ви прийшли в потрібне місце.", + "learn": { + "title": "Навчайтеся у експертів", + "description": "Навчання у експертів – це короткий шлях до майстерності. Їхні знання та досвід можуть допомогти вам розкрити ваш потенціал. Не відкладайте на завтра. Почніть вже сьогодні! 🌟", + "actionLabel": "Стати студентом" + }, + "teach": { + "title": "Поділіться своїм досвідом", + "description": "Ділитися своїм досвідом експерта буде неймовірно корисно, допомагаючи студентам розкрити потенціал і досягти їх цілей. Не витрачайте свій час 📚", + "actionLabel": "Стати репетитором" + } + } +}