notification: add prefix in object

This commit is contained in:
Mathieu Jaumotte 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>

View File

@ -381,4 +381,5 @@ notification:
you were notified by system: Vous avez été notifié automatiquement
subject: Objet
see_comments_thread: Voir le fil de commentaires associé
object_prefix: "[CHILL] notification - "