From 25f2913c740a8511b189d587378e935a47edf803 Mon Sep 17 00:00:00 2001 From: opi Date: Mon, 15 May 2017 12:58:57 +0200 Subject: [PATCH] =?UTF-8?q?[enh]=C2=A0Add=20explicit=20warning=20message?= =?UTF-8?q?=20about=20community=20list=20status.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/en.json | 1 + src/views/app/app_appslists_list.ms | 3 +++ 2 files changed, 4 insertions(+) diff --git a/src/locales/en.json b/src/locales/en.json index dd7f5f4a..5caf5af7 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -340,6 +340,7 @@ "appslists_community_list" : "Community applications list", "name" : "Name", "install_community_appslists_info" : "Community applications list allows you to install community maintained applications.
See the full list on yunohost.org/apps_in_progress.", + "install_community_appslists_warning" : "Note that these applications packages are not offical and not maintained by the YunoHost team.
Installing these applications is at your own risks.", "install_custom_app_appslists_info" : "Note that you can use alternative applications lists to install some other apps maintained by the YunoHost community." } diff --git a/src/views/app/app_appslists_list.ms b/src/views/app/app_appslists_list.ms index ad9c7453..ebf10dd1 100644 --- a/src/views/app/app_appslists_list.ms +++ b/src/views/app/app_appslists_list.ms @@ -35,6 +35,9 @@

{{t 'install_community_appslists_info'}}

+

+ {{t 'install_community_appslists_warning'}} +