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 @@