diff --git a/plinth/modules/diagnostics/templates/diagnostics_full.html b/plinth/modules/diagnostics/templates/diagnostics_full.html index a71a6ca57..a5e607f01 100644 --- a/plinth/modules/diagnostics/templates/diagnostics_full.html +++ b/plinth/modules/diagnostics/templates/diagnostics_full.html @@ -35,7 +35,7 @@ {% for app_id, app_data in results.results.items %}

- {% blocktrans with app_name=app_data.name %} + {% blocktrans trimmed with app_name=app_data.name %} App: {{app_name}} {% endblocktrans %}