diff --git a/core/modules/update/templates/update-report.html.twig b/core/modules/update/templates/update-report.html.twig index dc7d452..49aae2c 100644 --- a/core/modules/update/templates/update-report.html.twig +++ b/core/modules/update/templates/update-report.html.twig @@ -51,9 +51,11 @@ {% spaceless %}
- {% if project.status_label %} + {%- if project.status_label -%} {{ project.status_label|t }} - {% endif %} + {%- else -%} + {{ project.reason }} + {%- endif -%} {{ project.icon }}
{% endspaceless %}