diff --git a/src/locales/en.json b/src/locales/en.json
index 169d3b5d9..e7c803139 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -142,6 +142,7 @@
"myTests": "My tests",
"sharedWithMe": "Shared with me",
"publicTests": "Public tests",
+ "sessions": "Sessions",
"personal": "Personal",
"explore": "Explore"
},
diff --git a/src/locales/es.json b/src/locales/es.json
index a5b85d307..8832457c0 100644
--- a/src/locales/es.json
+++ b/src/locales/es.json
@@ -143,6 +143,7 @@
"myTests": "Mis exámenes",
"sharedWithMe": "Compartido conmigo",
"publicTests": "Exámenes públicos",
+ "sessions": "sesiones",
"personal": "Personal",
"explore": "Explorar"
},
diff --git a/src/locales/hi.json b/src/locales/hi.json
index 457cff005..09554bd2f 100644
--- a/src/locales/hi.json
+++ b/src/locales/hi.json
@@ -142,6 +142,7 @@
"myTests": "मेरे परीक्षण",
"sharedWithMe": "मेरे साथ साझा किया गया",
"publicTests": "सार्वजनिक परीक्षण",
+ "sessions": "सत्र",
"personal": "व्यक्तिगत",
"explore": "अन्वेषण करें"
},
diff --git a/src/locales/pt_br.json b/src/locales/pt_br.json
index 096d9b1f7..a6829036e 100644
--- a/src/locales/pt_br.json
+++ b/src/locales/pt_br.json
@@ -142,6 +142,7 @@
"myTests": "Meus testes",
"sharedWithMe": "Compartilhados comigo",
"publicTests": "Testes públicos",
+ "sessions": "Sessões",
"personal": "Pessoais",
"explore": "Explorar"
},
diff --git a/src/views/admin/DashboardView.vue b/src/views/admin/DashboardView.vue
index 70fc6ee0e..48a56a29e 100644
--- a/src/views/admin/DashboardView.vue
+++ b/src/views/admin/DashboardView.vue
@@ -94,7 +94,7 @@
{{ $t('Dashboard.myTests') }}
{{ $t('Dashboard.sharedWithMe') }}
{{ $t('Dashboard.publicTests') }}
- Sessions
+ {{ $t('Dashboard.sessions') }}