From 4b45dc7584984602071efe99b9638c6231efba8c Mon Sep 17 00:00:00 2001 From: Hivert Quentin Date: Tue, 17 Oct 2023 09:23:33 +0200 Subject: [PATCH] fix(translation): incorret value causing trouble to transifex --- UI/PreferencesUI/English.lproj/Localizable.strings | 2 +- UI/PreferencesUI/French.lproj/Localizable.strings | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/UI/PreferencesUI/English.lproj/Localizable.strings b/UI/PreferencesUI/English.lproj/Localizable.strings index 6db3ecc84..8d511c694 100644 --- a/UI/PreferencesUI/English.lproj/Localizable.strings +++ b/UI/PreferencesUI/English.lproj/Localizable.strings @@ -507,7 +507,7 @@ "Let SOGo handle everything" = "Let SOGo handle everything"; /* Password Recovery */ -"Password recovery mode" = "Password recovery"; +"Password recovery mode" = "Password recovery mode"; "Question" = "Question"; "Secondary e-mail" = "Secondary e-mail"; "Answer" = "Answer"; diff --git a/UI/PreferencesUI/French.lproj/Localizable.strings b/UI/PreferencesUI/French.lproj/Localizable.strings index 7ca7c3a23..6baef93f4 100644 --- a/UI/PreferencesUI/French.lproj/Localizable.strings +++ b/UI/PreferencesUI/French.lproj/Localizable.strings @@ -507,7 +507,7 @@ "Let SOGo handle everything" = "Laissez SOGo s'occuper de tout"; /* Password Recovery */ -"Password recovery mode" = "Récupération de mot de passe"; +"Password recovery mode" = "Mode de récupération de mot de passe"; "Question" = "Question"; "Secondary e-mail" = "E-mail secondaire"; "Answer" = "Réponse";