From 06c278328afdb9b8c7bcc5590ebdeb330b93f431 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 22 Jul 2015 22:25:27 +0500 Subject: Improving formatting for Channel Intro --- web/react/components/post_list.jsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'web/react/components/post_list.jsx') diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx index a2b2ae03f..7c5d36593 100644 --- a/web/react/components/post_list.jsx +++ b/web/react/components/post_list.jsx @@ -348,8 +348,8 @@ module.exports = React.createClass({ if (ChannelStore.isDefault(channel)) { more_messages = (
-

Welcome

-

+

Beginning of {ui_name}

+

Welcome to {ui_name}!

{"This is the first channel " + strings.Team + "mates see when they"} @@ -366,27 +366,27 @@ module.exports = React.createClass({ } else if (channel.name === Constants.OFFTOPIC_CHANNEL) { more_messages = (

-

Welcome

-

+

Beginning of {ui_name}

+

{"This is the start of " + ui_name + ", a channel for conversations you’d prefer out of more focused channels."}
- Set a description

+ Set a description
); } else { var ui_type = channel.type === 'P' ? "private group" : "channel"; more_messages = (
-

Welcome

-

+

Beginning of {ui_name}

+

{ creator_name != "" ? "This is the start of the " + ui_name + " " + ui_type + ", created by " + creator_name + " on " + utils.displayDate(channel.create_at) + "." : "This is the start of the " + ui_name + " " + ui_type + ", created on "+ utils.displayDate(channel.create_at) + "." } { channel.type === 'P' ? " Only invited members can see this private group." : " Any member can join and read this channel." }
- Set a description - Invite others to this {ui_type}

+ Set a description + Invite others to this {ui_type}
); } -- cgit v1.2.3-1-g7c22