Suggestion for fixed typos (#2737)
* Fixed typo in line 90 ("include" -> "included").
* Fixed typo in line 1117 ("include" -> "included").
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
5b5d9c0eaf
Коммит
5c755463ed
@@ -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>
|
||||
);
|
||||
|
||||
@@ -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: <strong>{email}</strong><br />Your email contains a link to set up your team",
|
||||
|
||||
Ссылка в новой задаче
Block a user