diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index b92d37e0af..9fa2ee7a23 100755
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1542,6 +1542,7 @@
"integrations.outgoingWebhook.description": "Outgoing webhooks allow external integrations to receive and respond to messages",
"integrations.outgoingWebhook.title": "Outgoing Webhook",
"integrations.successful": "Setup Successful",
+ "intro_messages.channel": "channel",
"intro_messages.DM": "This is the start of your direct message history with {teammate}.
Direct messages and files shared here are not shown to people outside this area.",
"intro_messages.anyMember": " Any member can join and read this channel.",
"intro_messages.beginning": "Beginning of {name}",
diff --git a/webapp/utils/channel_intro_messages.jsx b/webapp/utils/channel_intro_messages.jsx
index b75474eb02..64d2509432 100644
--- a/webapp/utils/channel_intro_messages.jsx
+++ b/webapp/utils/channel_intro_messages.jsx
@@ -150,6 +150,13 @@ export function createDMIntroMessage(channel, centeredIntro) {
}
export function createOffTopicIntroMessage(channel, centeredIntro) {
+ var uiType = (
+