Updating intro text for channels
Этот коммит содержится в:
@@ -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) + '.';
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user