From 3a76e82cdb5b6c9ef19eb6a942e27fc70881f95f Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Fri, 21 Aug 2015 00:34:49 +0500 Subject: Updating intro text for channels --- web/react/components/post_list.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web') diff --git a/web/react/components/post_list.jsx b/web/react/components/post_list.jsx index 67a69985f..7748f5c2a 100644 --- a/web/react/components/post_list.jsx +++ b/web/react/components/post_list.jsx @@ -419,7 +419,7 @@ module.exports = React.createClass({

Welcome to {uiName}!

- This is the first channel {strings.Team} mates see when they + This is the first channel {strings.Team}mates see when they
sign up - use it for posting updates everyone needs to know.

@@ -454,7 +454,7 @@ module.exports = React.createClass({ var createMessage; if (creatorName !== '') { - createMessage = (This is the start of the {uiName} {uiType} created by {creatorName} on {utils.displayDate(channel.create_at)}); + createMessage = (This is the start of the {uiName} {uiType}, created by {creatorName} on {utils.displayDate(channel.create_at)}); } else { createMessage = 'This is the start of the ' + uiName + ' ' + uiType + ', created on ' + utils.displayDate(channel.create_at) + '.'; } -- cgit v1.2.3-1-g7c22