From 814e46743551f8edbf6ef2fd6806a0af32729161 Mon Sep 17 00:00:00 2001 From: it33 Date: Sun, 20 Sep 2015 21:24:27 -0700 Subject: Shorten description help text Currently it word wraps, this prevents word-wrapping --- web/react/components/new_channel_modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/react/components/new_channel_modal.jsx b/web/react/components/new_channel_modal.jsx index fc7b8c183..fdc4a1273 100644 --- a/web/react/components/new_channel_modal.jsx +++ b/web/react/components/new_channel_modal.jsx @@ -150,7 +150,7 @@ export default class NewChannelModal extends React.Component { tabIndex='2' />

- {'This is the purpose of your channel and helps others decide whether to join.'} + {'Channel description helps others decide whether to join.'}

{serverError} -- cgit v1.2.3-1-g7c22 From 80488dec22a8b61302a2630946051c8d90ded833 Mon Sep 17 00:00:00 2001 From: it33 Date: Mon, 21 Sep 2015 15:26:44 -0700 Subject: Adjusting sentence --- web/react/components/new_channel_modal.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/react/components/new_channel_modal.jsx b/web/react/components/new_channel_modal.jsx index fdc4a1273..a8d137bac 100644 --- a/web/react/components/new_channel_modal.jsx +++ b/web/react/components/new_channel_modal.jsx @@ -150,7 +150,7 @@ export default class NewChannelModal extends React.Component { tabIndex='2' />

- {'Channel description helps others decide whether to join.'} + {'Description helps others decide whether to join this channel.'}

{serverError} -- cgit v1.2.3-1-g7c22