summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-09-15 08:17:24 -0700
committerCorey Hulen <corey@hulen.com>2015-09-15 08:17:24 -0700
commit26852d0796a5a64e878dbaffb9964272ffe0f586 (patch)
treee8b3e7051e8a131ed250dd7554c41fda6f7af6f7 /web
parent125094b21b12ad6276e5c6c9fa227e9d50d30ab7 (diff)
parent56dfdb8bd833278be9e8f4d5d90072dd74f68043 (diff)
downloadchat-26852d0796a5a64e878dbaffb9964272ffe0f586.tar.gz
chat-26852d0796a5a64e878dbaffb9964272ffe0f586.tar.bz2
chat-26852d0796a5a64e878dbaffb9964272ffe0f586.zip
Merge pull request #684 from mattermost/fix-text-overflow
Fixing long channel name overflow by changing text to Edit
Diffstat (limited to 'web')
-rw-r--r--web/react/components/new_channel_modal.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/new_channel_modal.jsx b/web/react/components/new_channel_modal.jsx
index 2bf645dc5..f3fb8da2a 100644
--- a/web/react/components/new_channel_modal.jsx
+++ b/web/react/components/new_channel_modal.jsx
@@ -127,7 +127,7 @@ export default class NewChannelModal extends React.Component {
href='#'
onClick={this.props.onChangeURLPressed}
>
- {'change this URL'}
+ {'Edit'}
</a>
{')'}
</p>