From 2e9069c904b5d01e9e50bc8f53af78bd89715893 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Wed, 7 Dec 2022 21:12:07 +0100 Subject: [PATCH] Misc improvements for app v2 / catalog and app info rework --- app/src/i18n/locales/en.json | 2 +- app/src/views/app/AppInfo.vue | 42 ++++++++++++++++++++------------ app/src/views/app/AppInstall.vue | 39 +++++++++++++++++------------ app/src/views/app/AppList.vue | 2 +- 4 files changed, 53 insertions(+), 32 deletions(-) diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 07998715..c76dcb9b 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -55,7 +55,7 @@ "api_not_responding": "The YunoHost API is not responding. Maybe 'yunohost-api' is down or got restarted?", "api_waiting": "Waiting for the server's response...", "app": { - "antifeatures": "Antifeatures:", + "antifeatures": "This app has features you may not like:", "doc": { "about": { "title": "About", diff --git a/app/src/views/app/AppInfo.vue b/app/src/views/app/AppInfo.vue index bde3d21f..246c0ea2 100644 --- a/app/src/views/app/AppInfo.vue +++ b/app/src/views/app/AppInfo.vue @@ -1,7 +1,10 @@