* Fix typo on help text

Fix typo on `allow anyone to join this team` help text.

* Added fix to webapp/i18n/en.json
Этот коммит содержится в:
jasonblais
2016-06-03 11:41:11 -04:00
коммит произвёл Joram Wilander
родитель ea3342aa6c
Коммит 08cf0feb7f
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@@ -314,7 +314,7 @@ class GeneralTab extends React.Component {
<br/>
<FormattedMessage
id='general_tab.openInviteDesc'
defaultMessage='When allowed, a link to this team will be including on the landing page allowing anyone with an account to join this team.'
defaultMessage='When allowed, a link to this team will be included on the landing page allowing anyone with an account to join this team.'
/>
</div>
</div>

Просмотреть файл

@@ -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",