Updating intro text for channels

Этот коммит содержится в:
Asaad Mahmood
2015-08-21 00:34:49 +05:00
родитель 5ab8c7cad0
Коммит 3a76e82cdb

Просмотреть файл

@@ -454,7 +454,7 @@ module.exports = React.createClass({
var createMessage; var createMessage;
if (creatorName !== '') { if (creatorName !== '') {
createMessage = (<span>This is the start of the <strong>{uiName}</strong> {uiType} created by <strong>{creatorName}</strong> on <strong>{utils.displayDate(channel.create_at)}</strong></span>); createMessage = (<span>This is the start of the <strong>{uiName}</strong> {uiType}, created by <strong>{creatorName}</strong> on <strong>{utils.displayDate(channel.create_at)}</strong></span>);
} else { } else {
createMessage = 'This is the start of the ' + uiName + ' ' + uiType + ', created on ' + utils.displayDate(channel.create_at) + '.'; createMessage = 'This is the start of the ' + uiName + ' ' + uiType + ', created on ' + utils.displayDate(channel.create_at) + '.';
} }