diff --git a/src/pages/TelegramCallback.tsx b/src/pages/TelegramCallback.tsx index e2153c0..981327e 100644 --- a/src/pages/TelegramCallback.tsx +++ b/src/pages/TelegramCallback.tsx @@ -64,11 +64,11 @@ export default function TelegramCallback() { if (error) { return ( -
+
-

{t('auth.loginFailed')}

-

{error}

+

{t('auth.loginFailed')}

+

{error}

@@ -78,11 +78,11 @@ export default function TelegramCallback() { } return ( -
+
-
-

{t('auth.authenticating')}

-

{t('common.loading')}

+
+

{t('auth.authenticating')}

+

{t('common.loading')}

); diff --git a/src/pages/VerifyEmail.tsx b/src/pages/VerifyEmail.tsx index d17ea65..e7d473c 100644 --- a/src/pages/VerifyEmail.tsx +++ b/src/pages/VerifyEmail.tsx @@ -66,7 +66,7 @@ export default function VerifyEmail() { }, [searchParams, t, navigate, setTokens, setUser, checkAdminStatus]); return ( -
+
{/* Language switcher in corner */}
@@ -75,11 +75,11 @@ export default function VerifyEmail() {
{status === 'loading' && (
-
-

+
+

{t('emailVerification.verifying')}

-

+

{t('emailVerification.pleaseWait')}

@@ -88,14 +88,14 @@ export default function VerifyEmail() { {status === 'success' && (
-

+

{t('emailVerification.success')}

-

+

{t('emailVerification.redirecting', 'Redirecting to dashboard...')}

-
+
)} @@ -103,10 +103,10 @@ export default function VerifyEmail() { {status === 'error' && (
-

+

{t('emailVerification.failed')}

-

{error}

+

{error}

{t('emailVerification.goToLogin')}