Skip to content

Issue_209_START_PAGE_FOR_UNAUTHORIZED_USER_text #561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion test_data/start_unauthorized_page_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,24 @@ class StartUnauthorizedPageData:
"Занимаясь по нашей программе, вы сможете, развивать слух в различных акустических ситуациях; "
"тренировать слуховую память, прослушивая упражнения столько раз, сколько необходимо именно вам. "
"А также, расширить словарный запас в интересной игровой форме и в дальшейшем использовать новые слова "
"в общении с друзьями и знакомыми.")
"в общении с друзьями и знакомыми.",

"Train for just 30 minutes a day to develop and achieve results",

"The first free online program for adults and children with cognitive speech perception problems. "
"All our lessons are designed for children aged 7 and older. "
"Currently, the program includes more than 20 different topics that you can start working on right away. "
"And there will be even more — we plan to constantly expand our list of topics.",

"We wanted the learning format to be as convenient as possible for each of our users. "
"That is why our lessons are available at any time. "
"You can choose when to study and create your own lesson schedule.",

"By following our program, you will be able to develop your hearing in various acoustic situations; "
"train your auditory memory by listening to exercises as many times as you need. "
"Additionally, you can expand your vocabulary in an engaging, "
"game-like format and later use new words in conversations with friends and acquaintances."
)
}

login_link_text = ("Начать", "Login")
Expand Down
Loading