mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +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 %}
|
{% for app_id, app_data in results.results.items %}
|
||||||
<div class="row align-items-center justify-content-between">
|
<div class="row align-items-center justify-content-between">
|
||||||
<h4>
|
<h4>
|
||||||
{% blocktrans with app_name=app_data.name %}
|
{% blocktrans trimmed with app_name=app_data.name %}
|
||||||
App: {{app_name}}
|
App: {{app_name}}
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
</h4>
|
</h4>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user