From cf1289a68326972dbbcc9f56d3f8c8b85f54913c Mon Sep 17 00:00:00 2001 From: axolotle Date: Sat, 26 Nov 2022 14:00:30 +0100 Subject: [PATCH] AppInfo: add help forum link --- app/src/i18n/locales/en.json | 4 ++++ app/src/views/app/AppInfo.vue | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index 3519004f..c8efa7c0 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -56,6 +56,10 @@ "api_waiting": "Waiting for the server's response...", "app": { "antifeatures": "Antifeatures:", + "info": { + "forum": "Search or ask the forum!", + "problem": "A problem with this app?" + }, "install": { "license": "License: {license}", "notifs": { diff --git a/app/src/views/app/AppInfo.vue b/app/src/views/app/AppInfo.vue index 8c468e07..eeaf360c 100644 --- a/app/src/views/app/AppInfo.vue +++ b/app/src/views/app/AppInfo.vue @@ -24,6 +24,15 @@ {{ $t('groups_and_permissions_manage') }} + +