diff --git a/app/src/i18n/locales/en.json b/app/src/i18n/locales/en.json index cb1652a3..1cfe4502 100644 --- a/app/src/i18n/locales/en.json +++ b/app/src/i18n/locales/en.json @@ -76,7 +76,8 @@ "info": { "forum": "Search or ask the forum!", "problem": "A problem with this app?", - "config_panel_error": "An error prevents the configuration panel from being displayed:" + "config_panel_error": "An error prevents the configuration panel from being displayed:", + "config_panel_error_please_report": "Please report this error to the YunoHost team to get it fixed!" }, "install": { "license": "License: {license}", diff --git a/app/src/views/app/AppInfo.vue b/app/src/views/app/AppInfo.vue index b1c314d2..8f22236b 100644 --- a/app/src/views/app/AppInfo.vue +++ b/app/src/views/app/AppInfo.vue @@ -98,6 +98,7 @@ >

{{ $t('app.info.config_panel_error') }}

{{ config_panel_err }}

+

{{ $t('app.info.config_panel_error_please_report') }}