From 5c755463ed3a4c74a383fb4460b5be02d8868481 Mon Sep 17 00:00:00 2001 From: hauschke Date: Thu, 21 Apr 2016 18:53:54 +0200 Subject: Suggestion for fixed typos (#2737) * Fixed typo in line 90 ("include" -> "included"). * Fixed typo in line 1117 ("include" -> "included"). --- webapp/components/signup_team.jsx | 2 +- webapp/i18n/en.json | 2 +- 2 files changed, 2 insertions(+), 2 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 {
); diff --git a/webapp/i18n/en.json b/webapp/i18n/en.json index ee2d472e7..da69aba74 100644 --- a/webapp/i18n/en.json +++ b/webapp/i18n/en.json @@ -1114,7 +1114,7 @@ "signup_team.choose": "Choose a Team", "signup_team.createTeam": "Or Create a Team", "signup_team.disabled": "Team creation has been disabled. Please contact an administrator for access.", - "signup_team.noTeams": "There are no teams include in the Team Directory and team creation has been disabled.", + "signup_team.noTeams": "There are no teams included in the Team Directory and team creation has been disabled.", "signup_team.none": "No team creation method has been enabled. Please contact an administrator for access.", "signup_team_complete.completed": "You've already completed the signup process for this invitation or this invitation has expired.", "signup_team_confirm.checkEmail": "Please check your email: {email}
Your email contains a link to set up your team", -- cgit v1.2.3-1-g7c22