mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-20 22:53:49 +00:00
notification: add prefix in object
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user