diff --git a/src/actions/replies.py b/src/actions/replies.py
index b41907c733e4779870064af6f2572f6cb8d24024..873c81954c2099173a7aa18613f8cdb4b522eae5 100644
--- a/src/actions/replies.py
+++ b/src/actions/replies.py
@@ -33,7 +33,7 @@ async def welcome(event: events.ChatAction.Event):
 )
 @mark_unread
 async def hello(event):
-    await event.respond(random.choice(["Здравствуте!", "Добрый день!", "Приветствую."]))
+    await event.respond(random.choice(["Здравствуйте!", "Добрый день!", "Приветствую."]))
 
 
 @config.telegram_client.on(