Correction titre Visualisations

This commit is contained in:
Stéphan Peccini 2025-05-14 09:52:37 +02:00
parent c2a47c6eff
commit a76cde5c0f
3 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ from .graphes import (
def interface_visualisations(G_temp, G_temp_ivc): 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): with st.expander(str(_("pages.visualisations.help", "Comment utiliser cet onglet ?")), expanded=False):
st.markdown("\n".join(_("pages.visualisations.help_content", [ st.markdown("\n".join(_("pages.visualisations.help_content", [
"1. Explorez les graphiques présentant l'Indice de Herfindahl-Hirschmann (IHH)", "1. Explorez les graphiques présentant l'Indice de Herfindahl-Hirschmann (IHH)",

View File

@ -129,7 +129,7 @@
} }
}, },
"visualisations": { "visualisations": {
"title": "Graph Analysis", "title": "Visualizations",
"help": "How to use this tab?", "help": "How to use this tab?",
"help_content": [ "help_content": [
"1. Explore the graphs presenting the Herfindahl-Hirschmann Index (IHH)", "1. Explore the graphs presenting the Herfindahl-Hirschmann Index (IHH)",

View File

@ -129,7 +129,7 @@
} }
}, },
"visualisations": { "visualisations": {
"title": "Analyse du graphe", "title": "Visualisations",
"help": "Comment utiliser cet onglet ?", "help": "Comment utiliser cet onglet ?",
"help_content": [ "help_content": [
"1. Explorez les graphiques présentant l'Indice de Herfindahl-Hirschmann (IHH)", "1. Explorez les graphiques présentant l'Indice de Herfindahl-Hirschmann (IHH)",