summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-09-15 10:49:46 -0400
committerChristopher Speller <crspeller@gmail.com>2015-09-15 10:49:46 -0400
commit56dfdb8bd833278be9e8f4d5d90072dd74f68043 (patch)
tree360fc87f053bc749cff28150ffb96954c73251eb /web
parent4726fb21b22ef3401c897c039a0b467f3c031bac (diff)
downloadchat-56dfdb8bd833278be9e8f4d5d90072dd74f68043.tar.gz
chat-56dfdb8bd833278be9e8f4d5d90072dd74f68043.tar.bz2
chat-56dfdb8bd833278be9e8f4d5d90072dd74f68043.zip
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>