Merge pull request #684 from mattermost/fix-text-overflow

Fixing long channel name overflow by changing text to Edit
Этот коммит содержится в:
Corey Hulen
2015-09-15 08:17:24 -07:00
родитель 125094b21b 56dfdb8bd8
Коммит 26852d0796

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

@@ -127,7 +127,7 @@ export default class NewChannelModal extends React.Component {
href='#'
onClick={this.props.onChangeURLPressed}
>
{'change this URL'}
{'Edit'}
</a>
{')'}
</p>