From 53e495cf335d3c6b44361627288db252aae1f4ad Mon Sep 17 00:00:00 2001 From: Elias Nahum Date: Thu, 28 Jan 2016 16:16:39 -0300 Subject: PLT-7: Refactoring frontend (chunk 4) --- web/react/components/team_signup_choose_auth.jsx | 42 +++++++++++++++++++++--- 1 file changed, 37 insertions(+), 5 deletions(-) (limited to 'web/react/components/team_signup_choose_auth.jsx') diff --git a/web/react/components/team_signup_choose_auth.jsx b/web/react/components/team_signup_choose_auth.jsx index 19b9750b3..2dc67e92e 100644 --- a/web/react/components/team_signup_choose_auth.jsx +++ b/web/react/components/team_signup_choose_auth.jsx @@ -1,6 +1,8 @@ // Copyright (c) 2015 Mattermost, Inc. All Rights Reserved. // See License.txt for license information. +import {FormattedMessage} from 'mm-intl'; + export default class ChooseAuthPage extends React.Component { constructor(props) { super(props); @@ -12,6 +14,7 @@ export default class ChooseAuthPage extends React.Component { buttons.push( - {'Create new team with GitLab Account'} + + + ); } @@ -30,6 +38,7 @@ export default class ChooseAuthPage extends React.Component { buttons.push( { @@ -39,7 +48,12 @@ export default class ChooseAuthPage extends React.Component { } > - {'Create new team with Google Apps Account'} + + + ); } @@ -48,6 +62,7 @@ export default class ChooseAuthPage extends React.Component { buttons.push( - {'Create new team with email address'} + + + ); } if (buttons.length === 0) { - buttons = {'No sign-up methods configured, please contact your system administrator.'}; + buttons = ( + + + + ); } return (
{buttons}
- {'Find my teams'} + + +
); -- cgit v1.2.3-1-g7c22