Merge pull request #1248 from mattermost/it33-patch-1

Fixed typo
Этот коммит содержится в:
Corey Hulen
2015-10-30 15:53:39 -07:00
родитель 3d9db4c481 c1bc3fea17
Коммит e646c97f52

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

@@ -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>
);