diff options
author | AmandineLP <amandine@matrix.org> | 2018-01-22 20:01:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-22 20:01:00 +0100 |
commit | 4344fb1fafa00178964984bf5d9ef61f4b09b573 (patch) | |
tree | 2155f99c480d0b66bdd8066ad7771f579379ce2d /res/templates-dinsic | |
parent | fork notif templates (diff) | |
download | synapse-4344fb1fafa00178964984bf5d9ef61f4b09b573.tar.xz |
translate to FR
Diffstat (limited to 'res/templates-dinsic')
-rw-r--r-- | res/templates-dinsic/notif.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/res/templates-dinsic/notif.html b/res/templates-dinsic/notif.html index 88b921ca9c..bcdfeea9da 100644 --- a/res/templates-dinsic/notif.html +++ b/res/templates-dinsic/notif.html @@ -39,7 +39,7 @@ <tr class="notif_link"> <td></td> <td> - <a href="{{ notif.link }}">View {{ room.title }}</a> + <a href="{{ notif.link }}">Voir {{ room.title }}</a> </td> <td></td> </tr> |