diff --git a/src/layout/components/NavBar/components/NavbarRight.vue b/src/layout/components/NavBar/components/NavbarRight.vue
index 10c6606d..b05911aa 100644
--- a/src/layout/components/NavBar/components/NavbarRight.vue
+++ b/src/layout/components/NavBar/components/NavbarRight.vue
@@ -27,10 +27,10 @@
- {{ $t("navbar.profile") }}
+ {{ t("navbar.profile") }}
- {{ $t("navbar.logout") }}
+ {{ t("navbar.logout") }}
@@ -43,6 +43,7 @@