mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
notification: add prefix in object
This commit is contained in:
parent
819017112d
commit
20fcaa5428
@ -2,7 +2,7 @@
|
|||||||
<div class="item-row title">
|
<div class="item-row title">
|
||||||
<h2 class="notification-title">
|
<h2 class="notification-title">
|
||||||
<a href="{{ chill_path_add_return_path('chill_main_notification_show', {'id': notification.id}) }}">
|
<a href="{{ chill_path_add_return_path('chill_main_notification_show', {'id': notification.id}) }}">
|
||||||
{{ notification.title }}
|
{{ 'notification.object_prefix'|trans ~ notification.title }}
|
||||||
</a>
|
</a>
|
||||||
</h2>
|
</h2>
|
||||||
</div>
|
</div>
|
||||||
|
@ -381,4 +381,5 @@ notification:
|
|||||||
you were notified by system: Vous avez été notifié automatiquement
|
you were notified by system: Vous avez été notifié automatiquement
|
||||||
subject: Objet
|
subject: Objet
|
||||||
see_comments_thread: Voir le fil de commentaires associé
|
see_comments_thread: Voir le fil de commentaires associé
|
||||||
|
object_prefix: "[CHILL] notification - "
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user