diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/templates-dinsic/room.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates-dinsic/room.txt b/res/templates-dinsic/room.txt index ca7c111954..dd36d01d21 100644 --- a/res/templates-dinsic/room.txt +++ b/res/templates-dinsic/room.txt @@ -1,7 +1,7 @@ {{ room.title }} {% if room.invite %} - Vous avez été invité, rejoignez la conversation à {{ room.link }} + Vous avez été invité, rejoignez la conversation en cliquant sur le lien suivant {{ room.link }} {% else %} {% for notif in room.notifs %} {% include 'notif.txt' with context %} |