Skip to content

Commit

Permalink
fix: update login button text to use "Sign in with"
Browse files Browse the repository at this point in the history
  • Loading branch information
paulschreiber committed Oct 16, 2023
1 parent cb1773c commit 53afe9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/localization/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@
"form_first_name_info": "This name will be used to greet you in Terraso.",
"welcome_to": "Welcome to",
"profile_picture": "Profile Picture",
"apple_login": "Continue with Apple",
"google_login": "Continue with Google",
"microsoft_login": "Continue with Microsoft",
"apple_login": "Sign in with Apple",
"google_login": "Sign in with Google",
"microsoft_login": "Sign in with Microsoft",
"login_document_title": "Log in",
"login_document_description": "Log in to Terraso",
"profile_document_title": "Account",
Expand Down
6 changes: 3 additions & 3 deletions src/localization/locales/es-ES.json
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,9 @@
"welcome_to": "Bienvenido a",
"form_first_name_info": "Este nombre se utilizará para saludarlo en Terraso.",
"profile_picture": "Fotografía de perfil",
"apple_login": "Continuar con Apple",
"google_login": "Continuar con Google",
"microsoft_login": "Continuar con Microsoft",
"apple_login": "Acceder con Apple",
"google_login": "Acceder con Google",
"microsoft_login": "Acceder con Microsoft",
"login_document_title": "Iniciar sesión",
"login_document_description": "Iniciar sesión en Terraso",
"profile_document_title": "Cuenta",
Expand Down

0 comments on commit 53afe9c

Please sign in to comment.