From 9eca0fbd52d21747e31e0e9fb4f07eb1d4b44d15 Mon Sep 17 00:00:00 2001 From: Vadym Samoilenko Date: Sun, 24 May 2026 18:07:59 +0100 Subject: [PATCH] =?UTF-8?q?fix(i18n):=20dashboard=20welcome=20greeting=20?= =?UTF-8?q?=E2=80=94=20remove=20{{name}}=20interpolation=20dupe?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/dashboard/Dashboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/dashboard/Dashboard.tsx b/src/components/dashboard/Dashboard.tsx index c78ea9f9..8b53247c 100755 --- a/src/components/dashboard/Dashboard.tsx +++ b/src/components/dashboard/Dashboard.tsx @@ -231,7 +231,7 @@ const Dashboard = () => {

- {t('dashboard.welcome', 'Welcome back,')}, {user?.username} + {t('dashboard.welcome')} {user?.username}

{user?.role === 'admin' && (