diff --git a/core/module/install/ressource/i18n/en_EN.json b/core/module/install/ressource/i18n/en_EN.json
index 9a5862bd..07596624 100644
--- a/core/module/install/ressource/i18n/en_EN.json
+++ b/core/module/install/ressource/i18n/en_EN.json
@@ -226,7 +226,7 @@
"Github": "Github",
"Grande (220%)": "Grande (220%)",
"Grande (300px)": "Grande (300px)",
- "Gras": "Gras",
+ "Gras": "Bold",
"Groupe": "Group",
"Groupe requis pour accéder à la page :": "Group required to access the page:",
"Groupes": "",
diff --git a/core/module/install/ressource/i18n/es.json b/core/module/install/ressource/i18n/es.json
index de0dc7b5..e5419136 100644
--- a/core/module/install/ressource/i18n/es.json
+++ b/core/module/install/ressource/i18n/es.json
@@ -226,7 +226,7 @@
"Github": "Github",
"Grande (220%)": "Grande (220%)",
"Grande (300px)": "Grande (300px)",
- "Gras": "Gras",
+ "Gras": "Bold",
"Groupe": "Grupo",
"Groupe requis pour accéder à la page :": "Grupo necesario para acceder a la página:",
"Groupes": "",
diff --git a/core/module/theme/view/header/header.php b/core/module/theme/view/header/header.php
index 42311286..78bd5036 100644
--- a/core/module/theme/view/header/header.php
+++ b/core/module/theme/view/header/header.php
@@ -102,40 +102,40 @@
-
+
$this->getData(['theme', 'header', 'textHide'])
]); ?>
-
+
+
+
'Fonte',
'selected' => $this->getData(['theme', 'header', 'font']),
'fonts' => $module::$fonts['family']
]); ?>
-
+
'Taille',
'help' => 'Proportionnelle à la taille définie dans le site.',
'selected' => $this->getData(['theme', 'header', 'fontSize'])
]); ?>
-
-
-
+
'Style',
'selected' => $this->getData(['theme', 'header', 'fontWeight'])
]); ?>
-
+
'Casse',
'selected' => $this->getData(['theme', 'header', 'textTransform'])
]); ?>
-
+
'Alignement',
'selected' => $this->getData(['theme', 'header', 'textAlign'])
diff --git a/core/module/theme/view/menu/menu.php b/core/module/theme/view/menu/menu.php
index 7787c9d9..21a4a606 100644
--- a/core/module/theme/view/menu/menu.php
+++ b/core/module/theme/view/menu/menu.php
@@ -63,7 +63,7 @@
'Alignement du contenu',
+ 'label' => 'Alignement',
'selected' => $this->getData(['theme', 'menu', 'textAlign'])
]); ?>
@@ -184,29 +184,27 @@
-
+
'Fonte',
'selected' => $this->getData(['theme', 'menu', 'font']),
'fonts' => $module::$fonts['family']
]); ?>
-
+
'Taille',
'help' => 'Proportionnelle à la taille définie dans le site.',
'selected' => $this->getData(['theme', 'menu', 'fontSize'])
]); ?>
-
-
-
+
'Style',
'selected' => $this->getData(['theme', 'menu', 'fontWeight'])
]); ?>
-
+
'Casse',
'selected' => $this->getData(['theme', 'menu', 'textTransform'])