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') }}
+
+
+
+ {{ $t('app.info.problem') }}
+
+ {{ $t('app.info.forum') }}
+
+
+