Skip to content

Commit 2c84243

Browse files
committed
(docs) fix typo
1 parent 301a2d2 commit 2c84243

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,8 @@ messageActions="[
269269

270270
```javascript
271271
textMessages="{
272-
ROOMS_EMPTY: 'Aucun groupe',
273-
ROOM_EMPTY: 'Aucun groupe sélectionné',
272+
ROOMS_EMPTY: 'Aucune conversation',
273+
ROOM_EMPTY: 'Aucune conversation sélectionnée',
274274
NEW_MESSAGES: 'Nouveaux messages',
275275
MESSAGE_DELETED: 'Ce message a été supprimé',
276276
MESSAGES_EMPTY: 'Aucun message',

0 commit comments

Comments
 (0)