summaryrefslogtreecommitdiffstats
path: root/webapp/i18n
diff options
context:
space:
mode:
authorjasonblais <jason@spinpunch.com>2016-06-03 11:41:11 -0400
committerJoram Wilander <jwawilander@gmail.com>2016-06-03 11:41:11 -0400
commit08cf0feb7f114d0f83c9df7d53798e10ad53688c (patch)
treef53023fac764347769e705feba9d1dbf208162ad /webapp/i18n
parentea3342aa6c93579d41de3f6005c12a201b21ee6e (diff)
downloadchat-08cf0feb7f114d0f83c9df7d53798e10ad53688c.tar.gz
chat-08cf0feb7f114d0f83c9df7d53798e10ad53688c.tar.bz2
chat-08cf0feb7f114d0f83c9df7d53798e10ad53688c.zip
Fix typo on help text (#3227)
* Fix typo on help text Fix typo on `allow anyone to join this team` help text. * Added fix to webapp/i18n/en.json
Diffstat (limited to 'webapp/i18n')
-rw-r--r--webapp/i18n/en.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json
index 1e1177ec0..36686af21 100644
--- a/webapp/i18n/en.json
+++ b/webapp/i18n/en.json
@@ -872,7 +872,7 @@
"general_tab.includeDirDesc": "Including this team will display the team name from the Team Directory section of the Home Page, and provide a link to the sign-in page.",
"general_tab.includeDirTitle": "Include this team in the Team Directory",
"general_tab.no": "No",
- "general_tab.openInviteDesc": "When allowed, a link to this team will be including on the landing page allowing anyone with an account to join this team.",
+ "general_tab.openInviteDesc": "When allowed, a link to this team will be included on the landing page allowing anyone with an account to join this team.",
"general_tab.openInviteTitle": "Allow anyone to join this team",
"general_tab.regenerate": "Re-Generate",
"general_tab.required": "This field is required",