mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
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:
parent
ce2f54cc77
commit
de73f6a28d
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user