From 3c5affea86c35c620fcffc79bd4043810d8137d5 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 1 Mar 2021 15:18:19 +0100 Subject: [PATCH] Fix message when app not in catalog --- locales/fr.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/fr.json b/locales/fr.json index eae645b..0922703 100644 --- a/locales/fr.json +++ b/locales/fr.json @@ -2,7 +2,7 @@ "title": "Installer {app_name} avec YunoHost", "server_link": "Lien vers votre serveur YunoHost", "install_button": "Installer {app_name}", - "app_notfound": "Cette application n'est maintenue ni officiellemment, ni par la communauté.", + "app_notfound": "Cette application n'est pas dans le catalogue d'apps YunoHost.", "working": "fonctionnel", "inprogress": "en cours de développement", "notworking": "non fonctionnel",