summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-12-08 11:13:32 -0500
committerenahum <nahumhbl@gmail.com>2016-12-08 13:13:32 -0300
commit5341e82ad74dfe40e8e18fb3f11401e9de417701 (patch)
tree199e866ec282a394cb0230a68e93c29df95128a0 /webapp/components/post_view
parentcaec18a2fbc1152a456042418c49e29c89ee3249 (diff)
downloadchat-5341e82ad74dfe40e8e18fb3f11401e9de417701.tar.gz
chat-5341e82ad74dfe40e8e18fb3f11401e9de417701.tar.bz2
chat-5341e82ad74dfe40e8e18fb3f11401e9de417701.zip
Fixed typo causing NewMessageIndicator to fail to translate (#4738)
Diffstat (limited to 'webapp/components/post_view')
-rw-r--r--webapp/components/post_view/components/new_message_indicator.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/post_view/components/new_message_indicator.jsx b/webapp/components/post_view/components/new_message_indicator.jsx
index 7407c1024..35a299462 100644
--- a/webapp/components/post_view/components/new_message_indicator.jsx
+++ b/webapp/components/post_view/components/new_message_indicator.jsx
@@ -40,7 +40,7 @@ export default class NewMessageIndicator extends React.Component {
className='fa fa-arrow-circle-o-down'
/>
<FormattedMessage
- id='posts_view_newMsgBelow'
+ id='posts_view.newMsgBelow'
defaultMessage='{count} new {count, plural, one {message} other {messages}} below'
values={{count: this.props.newMessages}}
/>