diff --git a/resources/ui/templates/factiontemplate_EN.j2 b/resources/ui/templates/factiontemplate_EN.j2
index 92e37d85..6bdcde27 100644
--- a/resources/ui/templates/factiontemplate_EN.j2
+++ b/resources/ui/templates/factiontemplate_EN.j2
@@ -8,7 +8,7 @@
Available aircrafts:
{% for aircraft in faction.aircrafts %}
-- {{aircraft.id}}
+- {{aircraft.name}}
{% endfor %}
diff --git a/resources/ui/templates/factiontemplate_FR.j2 b/resources/ui/templates/factiontemplate_FR.j2
index 90639c99..110c9298 100644
--- a/resources/ui/templates/factiontemplate_FR.j2
+++ b/resources/ui/templates/factiontemplate_FR.j2
@@ -8,7 +8,7 @@
AƩronefs disponibles :
{% for aircraft in faction.aircrafts %}
-- {{aircraft.id}}
+- {{aircraft.name}}
{% endfor %}