summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorit33 <iantien@gmail.com>2015-10-30 11:55:33 -0700
committerit33 <iantien@gmail.com>2015-10-30 11:55:33 -0700
commitc1bc3fea171395e0746f9af42085938dd30955d4 (patch)
tree9c95fe61e5d6cf3830ef9c1f9f96bc082193a731 /web
parent84faccb7b74dba773cd72e2d0cebdd5bf6a34566 (diff)
downloadchat-c1bc3fea171395e0746f9af42085938dd30955d4.tar.gz
chat-c1bc3fea171395e0746f9af42085938dd30955d4.tar.bz2
chat-c1bc3fea171395e0746f9af42085938dd30955d4.zip
Fixed typo
Diffstat (limited to 'web')
-rw-r--r--web/react/components/find_team.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/find_team.jsx b/web/react/components/find_team.jsx
index e324f3666..bd3c11973 100644
--- a/web/react/components/find_team.jsx
+++ b/web/react/components/find_team.jsx
@@ -50,7 +50,7 @@ export default class FindTeam extends React.Component {
if (this.state.sent) {
return (
<div>
- <h4>{'Find Your team'}</h4>
+ <h4>{'Find Your teams'}</h4>
<p>{'An email was sent with links to any teams to which you are a member.'}</p>
</div>
);