notification: add prefix in object

This commit is contained in:
2022-01-14 15:03:36 +01:00
parent 819017112d
commit 20fcaa5428
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<div class="item-row title">
<h2 class="notification-title">
<a href="{{ chill_path_add_return_path('chill_main_notification_show', {'id': notification.id}) }}">
{{ notification.title }}
{{ 'notification.object_prefix'|trans ~ notification.title }}
</a>
</h2>
</div>