fix naming

This commit is contained in:
if 2023-04-08 15:02:49 +03:00
parent 3667269ebd
commit 35701ebf0b

View File

@ -35,7 +35,7 @@ class EnLocale(Locale):
radio_text2: str = "Create"
stt_placeholder: str = "To Hear The Voice Of AI Press Play"
footer_title: str = "Support & Feedback"
footer_option0: str = "AI Chat"
footer_option0: str = "Chat"
footer_option1: str = "Info"
footer_option2: str = "Donates"
footer_chat: str = "AI Talks Chat"
@ -80,7 +80,7 @@ class RuLocale(Locale):
radio_text2: str = "Создать"
stt_placeholder: str = "Чтобы Услышать ИИ Нажми Кнопку Проигрывателя"
footer_title: str = "Поддержка и Обратная Связь"
footer_option0: str = "Чат с ИИ"
footer_option0: str = "Чат"
footer_option1: str = "Информация"
footer_option2: str = "Задонатить"
footer_chat: str = "Чат Разговорчики с ИИ"