diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 241bfd0..3cbf62e 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -175,7 +175,7 @@ function AppContent() {
{t("chat.empty.prompt")}
- {t("chat.empty.hint")} -{t("chat.welcome.prompt")}
- {t("chat.welcome.hint")} +{isConnected ? t("chat.welcome.prompt") : t("chat.empty.prompt")}
+ {isConnected ? t("chat.welcome.hint") : t("chat.empty.hint")}