summaryrefslogtreecommitdiffstats
path: root/web/react/components/msg_typing.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-02-03 07:37:27 -0500
committerJoram Wilander <jwawilander@gmail.com>2016-02-03 07:37:27 -0500
commit0571953755bb96b3d1c15279e2fb429a3ec993a5 (patch)
treebea9b56e174067ce3d8239702fc2d38f3b0d188c /web/react/components/msg_typing.jsx
parent5be7d002300afcf1e06cf9878d81f567b4bd9845 (diff)
parentd424c9eaf12653332f15afa2cb9dfc6684fa95d8 (diff)
downloadchat-0571953755bb96b3d1c15279e2fb429a3ec993a5.tar.gz
chat-0571953755bb96b3d1c15279e2fb429a3ec993a5.tar.bz2
chat-0571953755bb96b3d1c15279e2fb429a3ec993a5.zip
Merge pull request #2051 from ZBoxApp/PLT-7-channel-modals
PLT-7: Refactoring frontend (chunk 10)
Diffstat (limited to 'web/react/components/msg_typing.jsx')
-rw-r--r--web/react/components/msg_typing.jsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/web/react/components/msg_typing.jsx b/web/react/components/msg_typing.jsx
index b95b06260..f7a40b54e 100644
--- a/web/react/components/msg_typing.jsx
+++ b/web/react/components/msg_typing.jsx
@@ -106,9 +106,9 @@ class MsgTyping extends React.Component {
<FormattedMessage
id='msg_typing.areTyping'
defaultMessage='{users} and {last} are typing...'
- vaues={{
- users: users.join(', '),
- last: last
+ values={{
+ users: (users.join(', ')),
+ last: (last)
}}
/>
);