From 4d9a9ab8b9bdfe002e24cca5697ccb51d896b3ee Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Mon, 8 Feb 2016 12:56:14 -0300 Subject: Fix intro message --- web/react/utils/channel_intro_messages.jsx | 2 +- web/static/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/react/utils/channel_intro_messages.jsx b/web/react/utils/channel_intro_messages.jsx index 69e08f143..1aca0467e 100644 --- a/web/react/utils/channel_intro_messages.jsx +++ b/web/react/utils/channel_intro_messages.jsx @@ -128,7 +128,7 @@ export function createDefaultIntroMessage(channel) {
Beginning of {display_name}

This is the start of {display_name}, a channel for non-work-related conversations.

", "intro_messages.inviteOthers": "Invite others to this team", - "intro_messages.default": "

Beginning of {display_name}

Welcome to {display_name}!'

This is the first channel teammates see when they sign up - use it for posting updates everyone needs to know.

", + "intro_messages.default": "

Beginning of {display_name}

Welcome to {display_name}!

This is the first channel teammates see when they sign up - use it for posting updates everyone needs to know.

", "intro_messages.group": "private group", "intro_messages.onlyInvited": " Only invited members can see this private group.", "intro_messages.channel": "channel", -- cgit v1.2.3-1-g7c22