diff options
author | AmandineLP <amandine@matrix.org> | 2018-01-22 21:14:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 21:14:13 +0100 |
commit | f7f937d051fcae0837547b53e642e2c976a10cb6 (patch) | |
tree | 8717f0cfe124d23b1556bd12aed4c921c3e520ca /res/templates-dinsic | |
parent | Translate to FR (diff) | |
download | synapse-f7f937d051fcae0837547b53e642e2c976a10cb6.tar.xz |
Translate to FR
Diffstat (limited to 'res/templates-dinsic')
-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 84648c710e..ca7c111954 100644 --- a/res/templates-dinsic/room.txt +++ b/res/templates-dinsic/room.txt @@ -1,7 +1,7 @@ {{ room.title }} {% if room.invite %} - You've been invited, join at {{ room.link }} + Vous avez été invité, rejoignez la conversation à {{ room.link }} {% else %} {% for notif in room.notifs %} {% include 'notif.txt' with context %} |