summaryrefslogtreecommitdiffstats
path: root/webapp/components/signup_team.jsx
diff options
context:
space:
mode:
authorhauschke <ch@infobib.de>2016-04-21 18:53:54 +0200
committerJoram Wilander <jwawilander@gmail.com>2016-04-21 12:53:54 -0400
commit5c755463ed3a4c74a383fb4460b5be02d8868481 (patch)
tree267bcebd524dea9def7889fd84fa7e789e3e3ae1 /webapp/components/signup_team.jsx
parent5b5d9c0eafe49fc21edef92c4e4c9740b628366e (diff)
downloadchat-5c755463ed3a4c74a383fb4460b5be02d8868481.tar.gz
chat-5c755463ed3a4c74a383fb4460b5be02d8868481.tar.bz2
chat-5c755463ed3a4c74a383fb4460b5be02d8868481.zip
Suggestion for fixed typos (#2737)
* Fixed typo in line 90 ("include" -> "included"). * Fixed typo in line 1117 ("include" -> "included").
Diffstat (limited to 'webapp/components/signup_team.jsx')
-rw-r--r--webapp/components/signup_team.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/signup_team.jsx b/webapp/components/signup_team.jsx
index 3ad47500d..634aa6e68 100644
--- a/webapp/components/signup_team.jsx
+++ b/webapp/components/signup_team.jsx
@@ -87,7 +87,7 @@ export default class TeamSignUp extends React.Component {
<div>
<FormattedMessage
id='signup_team.noTeams'
- defaultMessage='There are no teams include in the Team Directory and team creation has been disabled.'
+ defaultMessage='There are no teams included in the Team Directory and team creation has been disabled.'
/>
</div>
);