summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2016-03-07 09:09:23 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-07 09:09:23 -0500
commitc6fce25c7c7c67cf325367a8ed4dacc738582a26 (patch)
treeb104d674039d9785f5515714fa097f91071b4514 /web
parent41af72bff64217e39e082c5bc0cba37b0795b8ef (diff)
downloadchat-c6fce25c7c7c67cf325367a8ed4dacc738582a26.tar.gz
chat-c6fce25c7c7c67cf325367a8ed4dacc738582a26.tar.bz2
chat-c6fce25c7c7c67cf325367a8ed4dacc738582a26.zip
Fixed indentation in MoreChannels modal
Diffstat (limited to 'web')
-rw-r--r--web/react/components/more_channels.jsx24
1 files changed, 12 insertions, 12 deletions
diff --git a/web/react/components/more_channels.jsx b/web/react/components/more_channels.jsx
index d91a42b87..3309ef52e 100644
--- a/web/react/components/more_channels.jsx
+++ b/web/react/components/more_channels.jsx
@@ -136,18 +136,18 @@ export default class MoreChannels extends React.Component {
} else {
moreChannels = (
<div className='no-channel-message'>
- <p className='primary-message'>
- <FormattedMessage
- id='more_channels.noMore'
- defaultMessage='No more channels to join'
- />
- </p>
- <p className='secondary-message'>
- <FormattedMessage
- id='more_channels.createClick'
- defaultMessage="Click 'Create New Channel' to make a new one"
- />
- </p>
+ <p className='primary-message'>
+ <FormattedMessage
+ id='more_channels.noMore'
+ defaultMessage='No more channels to join'
+ />
+ </p>
+ <p className='secondary-message'>
+ <FormattedMessage
+ id='more_channels.createClick'
+ defaultMessage="Click 'Create New Channel' to make a new one"
+ />
+ </p>
</div>
);
}