Merge pull request #684 from mattermost/fix-text-overflow
Fixing long channel name overflow by changing text to Edit
Этот коммит содержится в:
@@ -127,7 +127,7 @@ export default class NewChannelModal extends React.Component {
|
|||||||
href='#'
|
href='#'
|
||||||
onClick={this.props.onChangeURLPressed}
|
onClick={this.props.onChangeURLPressed}
|
||||||
>
|
>
|
||||||
{'change this URL'}
|
{'Edit'}
|
||||||
</a>
|
</a>
|
||||||
{')'}
|
{')'}
|
||||||
</p>
|
</p>
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user