diff --git a/chatdesk-ui/app/[locale]/system/clearcookies-then-redirect/page.tsx b/chatdesk-ui/app/[locale]/system/clearcookies-then-redirect/page.tsx
index b1243ef..336ff7a 100644
--- a/chatdesk-ui/app/[locale]/system/clearcookies-then-redirect/page.tsx
+++ b/chatdesk-ui/app/[locale]/system/clearcookies-then-redirect/page.tsx
@@ -15,7 +15,7 @@ export default function ClearCookiesThenRedirect({ params }: { params: { locale:
return (
- t("login.clearing")
+ {t("login.clearing")}
)
}
diff --git a/chatdesk-ui/public/locales/ar/translation.json b/chatdesk-ui/public/locales/ar/translation.json
index de58df8..4dc28dc 100644
--- a/chatdesk-ui/public/locales/ar/translation.json
+++ b/chatdesk-ui/public/locales/ar/translation.json
@@ -60,7 +60,8 @@
"checkEmailToReset": "تحقق من بريدك الإلكتروني لإعادة تعيين كلمة المرور",
"signupNotAllowed": "البريد الإلكتروني {{email}} غير مسموح له بالتسجيل.",
"unexpectedError": "حدث خطأ غير متوقع",
- "invalidCredentials": "البريد الإلكتروني أو كلمة المرور غير صحيحة."
+ "invalidCredentials": "البريد الإلكتروني أو كلمة المرور غير صحيحة.",
+ "clearing": "جارٍ مسح حالة تسجيل الدخول..."
},
"chat": {
"defaultChatTitle": "الدردشة",