AppInfo: ask for error report in config panel

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
Axolotle 2023-03-24 14:09:47 +01:00 committed by GitHub
parent 3fbf4cfdeb
commit a6d8acf706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -76,7 +76,8 @@
"info": { "info": {
"forum": "Search or ask the forum!", "forum": "Search or ask the forum!",
"problem": "A problem with this app?", "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": { "install": {
"license": "License: {license}", "license": "License: {license}",

View file

@ -98,6 +98,7 @@
> >
<p>{{ $t('app.info.config_panel_error') }}</p> <p>{{ $t('app.info.config_panel_error') }}</p>
<p>{{ config_panel_err }}</p> <p>{{ config_panel_err }}</p>
<p>{{ $t('app.info.config_panel_error_please_report') }}</p>
</yuno-alert> </yuno-alert>
<!-- BASIC INFOS --> <!-- BASIC INFOS -->