From b643a38f973da1fe35753e2a14015476a7728971 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 1 Mar 2021 15:17:38 +0100 Subject: [PATCH] Fix message when app not in catalog --- locales/en.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/locales/en.json b/locales/en.json index 9f535e4..f9a2642 100644 --- a/locales/en.json +++ b/locales/en.json @@ -2,7 +2,7 @@ "title": "Install {app_name} with YunoHost", "server_link": "Link to your YunoHost server", "install_button": "Install {app_name}", - "app_notfound": "This application is neither officially nor community maintained.", + "app_notfound": "This application is not in Yunohost's app catalog.", "working": "working", "inprogress": "in progress", "notworking": "not working",