summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-10-30 15:53:39 -0700
committerCorey Hulen <corey@hulen.com>2015-10-30 15:53:39 -0700
commite646c97f5291bb23d4e1687d99ee1aab2932a7f3 (patch)
tree50065b6d2947e6c2808027d2ff6f66266d537717 /web
parent3d9db4c4812fe49ac9202538d77f1c872cf052a7 (diff)
parentc1bc3fea171395e0746f9af42085938dd30955d4 (diff)
downloadchat-e646c97f5291bb23d4e1687d99ee1aab2932a7f3.tar.gz
chat-e646c97f5291bb23d4e1687d99ee1aab2932a7f3.tar.bz2
chat-e646c97f5291bb23d4e1687d99ee1aab2932a7f3.zip
Merge pull request #1248 from mattermost/it33-patch-1
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>
);