diff --git a/app/scenes/Login/AuthenticationProvider.tsx b/app/scenes/Login/AuthenticationProvider.tsx index af218c06c..b2d93d994 100644 --- a/app/scenes/Login/AuthenticationProvider.tsx +++ b/app/scenes/Login/AuthenticationProvider.tsx @@ -91,7 +91,7 @@ function AuthenticationProvider(props: Props) { - {t("Sign In")} → + {t("S'identifier")} → ) : ( } fullwidth> - {t("Continue with Email")} + {t("Accès membre (email)")} )} @@ -120,7 +120,7 @@ function AuthenticationProvider(props: Props) { icon={} fullwidth > - {t("Continue with {{ authProviderName }}", { + {t("Accès {{ authProviderName }}", { authProviderName: name, })} diff --git a/app/scenes/Login/index.tsx b/app/scenes/Login/index.tsx index 30d678bb1..7ce6a7a30 100644 --- a/app/scenes/Login/index.tsx +++ b/app/scenes/Login/index.tsx @@ -218,7 +218,7 @@ function Login({ children }: Props) { ) : ( <> - {t("Login to {{ authProviderName }}", { + {t("Bienvenue sur Anthropologie Biblique", { authProviderName: config.name || env.APP_NAME, })} @@ -236,7 +236,7 @@ function Login({ children }: Props) { {hasMultipleProviders && ( <> - {t("You signed in with {{ authProviderName }} last time.", { + {t("Vous vous êtes authentifié avec l'accès {{ authProviderName }} la dernière fois.", { authProviderName: defaultProvider.name, })}