summaryrefslogtreecommitdiffstats
path: root/web/react/components/new_channel_modal.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2015-09-23 08:41:17 -0400
committerJoram Wilander <jwawilander@gmail.com>2015-09-23 08:41:17 -0400
commit7eef5be3596470321df8a7a0c6b07aa9cc6edb07 (patch)
treeb0717396f640d078d55ce4c1381c31970df5c6f7 /web/react/components/new_channel_modal.jsx
parentf2c0db000c6b7596d8068448dfc0c61808807c94 (diff)
parent302372cfa0c1f86f78336a5b77e879eac32d27cb (diff)
downloadchat-7eef5be3596470321df8a7a0c6b07aa9cc6edb07.tar.gz
chat-7eef5be3596470321df8a7a0c6b07aa9cc6edb07.tar.bz2
chat-7eef5be3596470321df8a7a0c6b07aa9cc6edb07.zip
Merge pull request #740 from asaadmahmoodspin/ui-improvements
UI Modifications for multiple tickets
Diffstat (limited to 'web/react/components/new_channel_modal.jsx')
-rw-r--r--web/react/components/new_channel_modal.jsx3
1 files changed, 2 insertions, 1 deletions
diff --git a/web/react/components/new_channel_modal.jsx b/web/react/components/new_channel_modal.jsx
index c43137744..c8ef59b4a 100644
--- a/web/react/components/new_channel_modal.jsx
+++ b/web/react/components/new_channel_modal.jsx
@@ -93,6 +93,7 @@ export default class NewChannelModal extends React.Component {
<span>
<Modal
show={this.props.show}
+ bsSize='large'
onHide={this.props.onModalDismissed}
>
<Modal.Header closeButton={true}>
@@ -122,7 +123,7 @@ export default class NewChannelModal extends React.Component {
/>
{displayNameError}
<p className='input__help dark'>
- {'Channel URL: ' + prettyTeamURL + this.props.channelData.name + ' ('}
+ {'URL: ' + prettyTeamURL + this.props.channelData.name + ' ('}
<a
href='#'
onClick={this.props.onChangeURLPressed}