diff --git a/app/visualisations/interface.py b/app/visualisations/interface.py index 8f4dc0a..e15c698 100644 --- a/app/visualisations/interface.py +++ b/app/visualisations/interface.py @@ -8,7 +8,7 @@ from .graphes import ( def interface_visualisations(G_temp, G_temp_ivc): - st.markdown(f"# {str(_('pages.visualisations.title', 'Analyse du graphe'))}") + st.markdown(f"# {str(_('pages.visualisations.title', 'Visualisations'))}") with st.expander(str(_("pages.visualisations.help", "Comment utiliser cet onglet ?")), expanded=False): st.markdown("\n".join(_("pages.visualisations.help_content", [ "1. Explorez les graphiques présentant l'Indice de Herfindahl-Hirschmann (IHH)", diff --git a/assets/locales/en.json b/assets/locales/en.json index 3e07dc1..86a5128 100644 --- a/assets/locales/en.json +++ b/assets/locales/en.json @@ -129,7 +129,7 @@ } }, "visualisations": { - "title": "Graph Analysis", + "title": "Visualizations", "help": "How to use this tab?", "help_content": [ "1. Explore the graphs presenting the Herfindahl-Hirschmann Index (IHH)", @@ -273,4 +273,4 @@ "size_limit": "100 KB limit per file • JSON" } } -} \ No newline at end of file +} diff --git a/assets/locales/fr.json b/assets/locales/fr.json index a662a95..20da328 100644 --- a/assets/locales/fr.json +++ b/assets/locales/fr.json @@ -129,7 +129,7 @@ } }, "visualisations": { - "title": "Analyse du graphe", + "title": "Visualisations", "help": "Comment utiliser cet onglet ?", "help_content": [ "1. Explorez les graphiques présentant l'Indice de Herfindahl-Hirschmann (IHH)", @@ -273,4 +273,4 @@ "size_limit": "Limite 100 Ko par fichier • JSON" } } -} \ No newline at end of file +}