diff --git a/project/templates/project/components/dashboard/artificialisation.html b/project/templates/project/components/dashboard/artificialisation.html
index a795e606c..8e191fee7 100644
--- a/project/templates/project/components/dashboard/artificialisation.html
+++ b/project/templates/project/components/dashboard/artificialisation.html
@@ -332,7 +332,7 @@
Données
{% url 'project:theme-city-artif' project.pk as map_url %}
- {% include "project/components/map/iframe_map.html" with src=map_url title="Carte artificialisation des communes du territoire sur la période (en ha)" %}
+ {% include "project/components/map/iframe_map.html" with src=map_url title="Carte artificialisation des communes du territoire sur la période (en %)" %}
diff --git a/project/templates/project/components/dashboard/consommation.html b/project/templates/project/components/dashboard/consommation.html
index dec9b51ce..b64a17ef2 100644
--- a/project/templates/project/components/dashboard/consommation.html
+++ b/project/templates/project/components/dashboard/consommation.html
@@ -85,7 +85,7 @@ Données
{% url 'project:theme-city-conso' project.pk as map_url %}
- {% include "project/components/map/iframe_map.html" with src=map_url title="Carte consommation d'espaces des communes du territoire sur la période (en ha)" %}
+ {% include "project/components/map/iframe_map.html" with src=map_url title="Carte consommation d'espaces des communes du territoire sur la période (en %)" %}