Skip to content

Commit

Permalink
fix(rn): contact statuses translations
Browse files Browse the repository at this point in the history
Signed-off-by: Godefroy Ponsinet <godefroy.ponsinet@outlook.com>
  • Loading branch information
90dy committed Mar 21, 2019
1 parent e0dfc13 commit 56a72d6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client/react-native/common/i18n/en/messages.json
Expand Up @@ -151,8 +151,8 @@
},
"statuses": {
"Unknown": "Unknown",
"IsFriend": "Contact",
"IsTrustedFriend": "Trusted contact",
"IsFriend": "Friend",
"IsTrustedFriend": "Trusted friend",
"IsRequested": "Request sent",
"RequestedMe": "Request received",
"IsBlocked": "Blocked",
Expand Down
4 changes: 2 additions & 2 deletions client/react-native/common/i18n/fr/messages.json
Expand Up @@ -151,8 +151,8 @@
},
"statuses": {
"Unknown": "Inconnu",
"IsFriend": "Contact",
"IsTrustedFriend": "Contact de confiance",
"IsFriend": "Ami",
"IsTrustedFriend": "Ami de confiance",
"IsRequested": "Demande envoyée",
"RequestedMe": "Demande reçue",
"IsBlocked": "Bloqué",
Expand Down

0 comments on commit 56a72d6

Please sign in to comment.