diff options
author | AmandineLP <amandine@matrix.org> | 2018-01-22 21:18:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 21:18:44 +0100 |
commit | 1df10d88146bc8a1a5c877dad24941d05ea7a6a9 (patch) | |
tree | 4afde9d7e63a357413d378ea2fc770e77a790ac6 /res | |
parent | Fixed translation (diff) | |
download | synapse-1df10d88146bc8a1a5c877dad24941d05ea7a6a9.tar.xz |
Fixed translation
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 %} |