diff --git a/plinth/modules/upgrades/templates/upgrades-dist-upgrade-confirm.html b/plinth/modules/upgrades/templates/upgrades-dist-upgrade-confirm.html
index 28a88fdf1..0c7faeebe 100644
--- a/plinth/modules/upgrades/templates/upgrades-dist-upgrade-confirm.html
+++ b/plinth/modules/upgrades/templates/upgrades-dist-upgrade-confirm.html
@@ -6,6 +6,7 @@
{% load bootstrap %}
{% load i18n %}
{% load static %}
+{% load plinth_extras %}
{% block content %}
{% trans "Confirm Distribution Update?" %}
@@ -13,7 +14,7 @@
{% if status.next_action == "manual" %}
-
+ {% icon 'exclamation-triangle' %}
{% trans "Caution:" %}
diff --git a/plinth/modules/upgrades/templates/upgrades-dist-upgrade.html b/plinth/modules/upgrades/templates/upgrades-dist-upgrade.html
index 77e0ddfe3..69c463023 100644
--- a/plinth/modules/upgrades/templates/upgrades-dist-upgrade.html
+++ b/plinth/modules/upgrades/templates/upgrades-dist-upgrade.html
@@ -42,7 +42,7 @@
{% if not status.updates_enabled or not status.dist_upgrade_enabled or not status.has_free_space or not status.current_codename %}
-
+ {% icon 'exclamation-triangle' %}
{% trans "Caution:" %}
diff --git a/plinth/modules/upgrades/templates/upgrades_configure.html b/plinth/modules/upgrades/templates/upgrades_configure.html
index cf06f1276..a82ddf860 100644
--- a/plinth/modules/upgrades/templates/upgrades_configure.html
+++ b/plinth/modules/upgrades/templates/upgrades_configure.html
@@ -80,7 +80,7 @@
{% if can_activate_backports and not is_backports_requested %}
-
+ {% icon 'exclamation-triangle' %}
{% trans "Caution:" %}