aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/values-fr
diff options
context:
space:
mode:
authorHarsh Shandilya <me@msfjarvis.dev>2023-02-23 18:38:46 +0530
committerHarsh Shandilya <me@msfjarvis.dev>2023-02-23 18:38:46 +0530
commit122131ba9f05915b5a125cc890f39cdbc6a4e43a (patch)
treeb45f59356e8007850113262e5180b87c940cde01 /app/src/main/res/values-fr
parent5015aabdf26785794fbc000b85e25efe0a7752a2 (diff)
fix: clarify OTP import failure strings
Diffstat (limited to 'app/src/main/res/values-fr')
-rw-r--r--app/src/main/res/values-fr/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values-fr/strings.xml b/app/src/main/res/values-fr/strings.xml
index e71117c1..b6eba4ae 100644
--- a/app/src/main/res/values-fr/strings.xml
+++ b/app/src/main/res/values-fr/strings.xml
@@ -265,7 +265,7 @@
<string name="password_creation_duplicate_error">Le fichier existe déjà, veuillez utiliser un autre nom</string>
<string name="add_otp">Ajouter OTP</string>
<string name="otp_import_success">Configuration TOTP importée avec succès</string>
- <string name="otp_import_failure">Impossible d\'importer la configuration TOTP</string>
+ <string name="otp_import_failure_generic">Impossible d\'importer la configuration TOTP</string>
<string name="exporting_passwords">Exportation des mots de passe…</string>
<string name="invalid_filename_text">Le nom du fichier ne doit pas contenir \'/\', définir le répertoire parent</string>
<string name="directory_hint">Dossier</string>