diff --git a/app/scenes/Login/AuthenticationProvider.tsx b/app/scenes/Login/AuthenticationProvider.tsx
index b5bb854ad..d29e958be 100644
--- a/app/scenes/Login/AuthenticationProvider.tsx
+++ b/app/scenes/Login/AuthenticationProvider.tsx
@@ -67,7 +67,7 @@ function AuthenticationProvider(props: Props) {
- {t("Sign In")} →
+ {t("S'identifier")} →
>
) : (
} fullwidth>
- {t("Continue with Email")}
+ {t("Accès membre (email)")}
)}
@@ -106,7 +106,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 81adf346e..1287336ae 100644
--- a/app/scenes/Login/index.tsx
+++ b/app/scenes/Login/index.tsx
@@ -188,7 +188,7 @@ function Login({ children }: Props) {
) : (
<>
- {t("Login to {{ authProviderName }}", {
+ {t("Bienvenue sur {{ authProviderName }}", {
authProviderName: config.name || "Outline",
})}
@@ -206,7 +206,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,
})}