summaryrefslogtreecommitdiffstats
path: root/webapp/i18n/en.json
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2016-11-14 13:40:37 +0100
committerenahum <nahumhbl@gmail.com>2016-11-14 09:40:37 -0300
commit7df8eaf29aa59467236c1b434bc09ccc33cd011f (patch)
treeed7eb0f1deda770fec6996e26028c8d544c9231c /webapp/i18n/en.json
parent6e7555a5757dddfa9276c304d2f9480fed9e1150 (diff)
downloadchat-7df8eaf29aa59467236c1b434bc09ccc33cd011f.tar.gz
chat-7df8eaf29aa59467236c1b434bc09ccc33cd011f.tar.bz2
chat-7df8eaf29aa59467236c1b434bc09ccc33cd011f.zip
Update introduction message at top of channel/private groups (#4508)
* Update introduction message at top of channel/private groups * fix grammar
Diffstat (limited to 'webapp/i18n/en.json')
-rw-r--r--webapp/i18n/en.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 85751f699..532b44c23 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -1411,7 +1411,8 @@
"intro_messages.anyMember": " Any member can join and read this channel.",
"intro_messages.beginning": "Beginning of {name}",
"intro_messages.channel": "channel",
- "intro_messages.creator": "This is the start of the <strong>{name}</strong> {type}, created by <strong>{creator}</strong> on <strong>{date}</strong>",
+ "intro_messages.creator": "This is the start of the {name} {type}, created by {creator} on {date}.",
+ "intro_messages.purpose": " This {type}'s purpose is: {purpose}.",
"intro_messages.default": "<h4 class='channel-intro__title'>Beginning of {display_name}</h4><p class='channel-intro__content'><strong>Welcome to {display_name}!</strong><br/><br/>This is the first channel teammates see when they sign up - use it for posting updates everyone needs to know.</p>",
"intro_messages.group": "private group",
"intro_messages.invite": "Invite others to this {type}",