summaryrefslogtreecommitdiffstats
path: root/web/react/components/user_list.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-03-02 11:00:01 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-03 08:47:51 -0500
commita92b51935e172f4e4fc7af83f410a071d0590f90 (patch)
tree02a59b43f6a633f949609703e2776445ab3c1689 /web/react/components/user_list.jsx
parent26ea30cb162684990cacdfd17aeb6bfcc5e10e03 (diff)
downloadchat-a92b51935e172f4e4fc7af83f410a071d0590f90.tar.gz
chat-a92b51935e172f4e4fc7af83f410a071d0590f90.tar.bz2
chat-a92b51935e172f4e4fc7af83f410a071d0590f90.zip
Moved localized strings for PLT-1090
Diffstat (limited to 'web/react/components/user_list.jsx')
-rw-r--r--web/react/components/user_list.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/user_list.jsx b/web/react/components/user_list.jsx
index e3c2ad08d..39453a827 100644
--- a/web/react/components/user_list.jsx
+++ b/web/react/components/user_list.jsx
@@ -24,7 +24,7 @@ export default class UserList extends React.Component {
<tr key='no-users-found'>
<td>
<FormattedMessage
- id='more_direct_channels.notFound'
+ id='user_list.notFound'
defaultMessage='No users found :('
/>
</td>