From de73f6a28d6d6f641f235636e52bddf2ac947042 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Wed, 13 Nov 2024 20:29:36 -0800 Subject: [PATCH] diagnostics: Fix trimming an i18n string Signed-off-by: Sunil Mohan Adapa Reviewed-by: Veiko Aasa --- plinth/modules/diagnostics/templates/diagnostics_full.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %}