From cd7e362b81b50eb17cd302957ca48058005b99d1 Mon Sep 17 00:00:00 2001 From: lionep Date: Mon, 2 Jan 2023 08:46:42 +0100 Subject: [PATCH] Improve french translation Set "Not available, please setup" translation more accurate, because it's in use in notifications and proxies page. --- src/languages/fr-FR.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/languages/fr-FR.js b/src/languages/fr-FR.js index 5ad04bfe..aeb84731 100644 --- a/src/languages/fr-FR.js +++ b/src/languages/fr-FR.js @@ -99,7 +99,7 @@ export default { pushOptionalParams: "Paramètres facultatifs : {0}", Save: "Sauvegarder", Notifications: "Notifications", - "Not available, please setup.": "Pas de système de notification disponible, merci de le configurer.", + "Not available, please setup.": "Non disponible, merci de le configurer.", "Setup Notification": "Créer une notification", Light: "Clair", Dark: "Sombre",