Merge pull request #730 from mattermost/shorten-description-help-text

Shorten description help text
Этот коммит содержится в:
Corey Hulen
2015-09-22 00:42:44 -07:00
родитель ee5a77ec56 80488dec22
Коммит df2d668d59

Просмотреть файл

@@ -150,7 +150,7 @@ export default class NewChannelModal extends React.Component {
tabIndex='2'
/>
<p className='input__help'>
{'This is the purpose of your channel and helps others decide whether to join.'}
{'Description helps others decide whether to join this channel.'}
</p>
{serverError}
</div>