diagnostics: Fix trimming an i18n string

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2024-11-13 20:29:36 -08:00 committed by Veiko Aasa
parent ce2f54cc77
commit de73f6a28d
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -35,7 +35,7 @@
{% for app_id, app_data in results.results.items %}
<div class="row align-items-center justify-content-between">
<h4>
{% blocktrans with app_name=app_data.name %}
{% blocktrans trimmed with app_name=app_data.name %}
App: {{app_name}}
{% endblocktrans %}
</h4>