From 47470ea1839ad35753693e9df616b432a5d108c7 Mon Sep 17 00:00:00 2001 From: Arthi-chaud Date: Fri, 4 Mar 2022 15:56:20 +0100 Subject: [PATCH] Mobile Client: fix translations --- mobile/lib/l10n/app_en.arb | 2 +- mobile/lib/l10n/app_fr.arb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mobile/lib/l10n/app_en.arb b/mobile/lib/l10n/app_en.arb index 8aa094e..382a4b8 100644 --- a/mobile/lib/l10n/app_en.arb +++ b/mobile/lib/l10n/app_en.arb @@ -43,5 +43,5 @@ "tryToConnect": "Try to connect", "routeToApi": "Route to API", "setupAPIRoute": "Setup API Route", - "paramInheritTip": "To inherit parameters from previous action, type '{' in the text field and tap on the choosen parameter" + "paramInheritTip": "To inherit parameters from previous actions, type '{' in the text field and tap on the choosen parameter" } \ No newline at end of file diff --git a/mobile/lib/l10n/app_fr.arb b/mobile/lib/l10n/app_fr.arb index 26f4637..776233e 100644 --- a/mobile/lib/l10n/app_fr.arb +++ b/mobile/lib/l10n/app_fr.arb @@ -43,5 +43,5 @@ "tryToConnect": "Tester la connection", "routeToApi": "Route de l'API", "setupAPIRoute": "Choisir la route de l'API", - "paramInheritTip": "Afin d'hériter de variables venant d'action précedents, entrez '{' dans un champ et choisissez la valeur" + "paramInheritTip": "Afin d'hériter de variables venant d'actions précedentes, entrez '{' dans un champ et choisissez la valeur" } \ No newline at end of file