Skip to content

Commit 095d1de

Browse files
committed
feat: update home tour content for improved structure and consistency in English and Spanish translations
1 parent 5733367 commit 095d1de

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

DashAI/front/src/constants/tours/homeTour.js

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,13 +56,12 @@ export const homeTourSteps = [
5656
{
5757
target: '[data-tour="datasets-button"]',
5858
content: (
59-
<Trans
60-
i18nKey="homeTour:readyToStart"
61-
components={{ strong: <strong /> }}
62-
>
59+
<Trans i18nKey="homeTour:readyToStart">
6360
<div>
6461
<h3></h3>
65-
<p></p>
62+
<p>
63+
<strong></strong>
64+
</p>
6665
</div>
6766
</Trans>
6867
),

DashAI/front/src/utils/i18n/locales/en/homeTour.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"experimentsIntro": "<0><0>Experiments</0><1>In this module you train and compare models, monitoring metrics such as Accuracy, F1, Recall, and Precision.</1></0>",
44
"explainabilityIntro": "<0><0>Explainability</0><1>Here you interpret the model and identify the variables that most influence its decisions.</1><2>📊 Understand what drives your model's predictions</2></0>",
55
"pipelinesIntro": "<0><0>Pipelines</0><1>This lets you chain preprocessing, training, and evaluation steps into a reproducible workflow.</1><2>🔗 Build automated ML workflows</2></0>",
6-
"readyToStart": "<0><0>Ready to Start!</0><1>Remember that <2>Datasets</2> is the natural starting point of the workflow. Next, we'll move on to the Datasets section.</1></0>"
6+
"readyToStart": "<0><0>Ready to Start!</0><1>Remember that <0>Datasets</0> is the natural starting point of the workflow. Next, we'll move on to the Datasets section.</1></0>"
77
}

DashAI/front/src/utils/i18n/locales/es/homeTour.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"experimentsIntro": "<0><0>Experimentos</0><1>En este módulo entrenas y comparas modelos, monitoreando métricas como Accuracy, F1, Recall y Precision.</1></0>",
44
"explainabilityIntro": "<0><0>Explicabilidad</0><1>Aquí interpretas el modelo e identificas las variables que más influyen en sus decisiones.</1><2>📊 Comprende qué impulsa las predicciones de tu modelo</2></0>",
55
"pipelinesIntro": "<0><0>Pipelines</0><1>Esto te permite encadenar pasos de preprocesamiento, entrenamiento y evaluación en un flujo de trabajo reproducible.</1><2>🔗 Construye flujos de trabajo de ML automatizados</2></0>",
6-
"readyToStart": "<0><0>¡Listo para Comenzar!</0><1>Recuerda que <2>Datasets</2> es el punto de partida natural del flujo de trabajo. A continuación, pasaremos a la sección de Datasets.</1></0>"
6+
"readyToStart": "<0><0>¡Listo para Comenzar!</0><1>Recuerda que <0>Datasets</0> es el punto de partida natural del flujo de trabajo. A continuación, pasaremos a la sección de Datasets.</1></0>"
77
}

0 commit comments

Comments
 (0)