From 2d42aefeafd2a0bea6419a6ef79c0c9b1fd313eb Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 19 Oct 2015 22:58:47 +0500 Subject: Multiple UI Improvements --- web/react/components/more_direct_channels.jsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'web/react/components/more_direct_channels.jsx') diff --git a/web/react/components/more_direct_channels.jsx b/web/react/components/more_direct_channels.jsx index 105199035..1db22ebaa 100644 --- a/web/react/components/more_direct_channels.jsx +++ b/web/react/components/more_direct_channels.jsx @@ -140,12 +140,11 @@ export default class MoreDirectChannels extends React.Component { if (user.nickname) { const separator = fullName ? ' - ' : ''; details.push( -

{separator + user.nickname} -

+ ); } @@ -184,7 +183,9 @@ export default class MoreDirectChannels extends React.Component {
{user.username}
- {details} +
+ {details} +
{joinButton} -- cgit v1.2.3-1-g7c22 From b950d99b3a786b94cc5e97b67442bf4181463725 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Mon, 19 Oct 2015 23:59:17 +0500 Subject: Updating direct messages title --- web/react/components/more_direct_channels.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/react/components/more_direct_channels.jsx') diff --git a/web/react/components/more_direct_channels.jsx b/web/react/components/more_direct_channels.jsx index 1db22ebaa..d5b44d86b 100644 --- a/web/react/components/more_direct_channels.jsx +++ b/web/react/components/more_direct_channels.jsx @@ -243,7 +243,7 @@ export default class MoreDirectChannels extends React.Component { onHide={this.handleHide} > - {'Team Directory'} + {'Direct Messages'}
-- cgit v1.2.3-1-g7c22