diff --git a/resources/ui/templates/factiontemplate_EN.j2 b/resources/ui/templates/factiontemplate_EN.j2
index b1711b42..92e37d85 100644
--- a/resources/ui/templates/factiontemplate_EN.j2
+++ b/resources/ui/templates/factiontemplate_EN.j2
@@ -41,18 +41,10 @@
-Air defenses :
+Air defenses:
-{% for sam in faction.sams %}
-- {{sam}}
+{% for air_defense in faction.air_defenses %}
+- {{air_defense}}
{% endfor %}
-
-Short range air defenses :
-
-{% for shorad in faction.shorads %}
-- {{shorad}}
-{% endfor %}
-
-
\ No newline at end of file
diff --git a/resources/ui/templates/factiontemplate_FR.j2 b/resources/ui/templates/factiontemplate_FR.j2
index 552d411a..90639c99 100644
--- a/resources/ui/templates/factiontemplate_FR.j2
+++ b/resources/ui/templates/factiontemplate_FR.j2
@@ -41,18 +41,10 @@
-Défense Sol-Air (SAM) :
+Défense Sol-Air:
-{% for sam in faction.sams %}
-- {{sam}}
+{% for air_defense in faction.air_defenses %}
+- {{air_defense}}
{% endfor %}
-
-Défense Sol-Air de courte portée (SHORAD) :
-
-{% for shorad in faction.shorads %}
-- {{shorad}}
-{% endfor %}
-
-
\ No newline at end of file