diff --git a/dashboard/src/App.vue b/dashboard/src/App.vue
index 53a3478..e9b4759 100644
--- a/dashboard/src/App.vue
+++ b/dashboard/src/App.vue
@@ -72,9 +72,8 @@
"
class="border bg-red-200 px-5 py-3 text-base text-red-900"
>
- You are not logged in.
- Login to
- access dashboard.
+ {{ $t('You are not logged in.') }}
+ {{ $t('Login') }} {{ $t('to access dashboard.') }}
@@ -89,13 +88,14 @@