diff --git a/src/views/DashboardView.vue b/src/views/DashboardView.vue index 7af2826..8a63a20 100644 --- a/src/views/DashboardView.vue +++ b/src/views/DashboardView.vue @@ -1,8 +1,9 @@ @@ -70,45 +66,45 @@ const statusLabel = (status: string) => {
Actividades del cronograma
+{{ t('dashboard.epicsSubtitle') }}
Historias de usuario
+{{ t('dashboard.husSubtitle') }}
HUs activas
+{{ t('dashboard.activeHus') }}
Bitácoras
+{{ t('dashboard.sessionsSubtitle') }}
{{ project.description }}
-Sin descripción
+{{ t('dashboard.noDescription') }}
- Sin historias de usuario + {{ t('dashboard.noUserStories') }}
Cargando...
-Seleccioná un proyecto del panel lateral
+{{ t('common.loading') }}
+{{ t('dashboard.selectProject') }}