Correction titre Visualisations
This commit is contained in:
parent
c2a47c6eff
commit
a76cde5c0f
@ -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)",
|
||||||
|
|||||||
@ -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)",
|
||||||
|
|||||||
@ -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)",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user