mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
AppInfo: ask for error report in config panel
Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
parent
3fbf4cfdeb
commit
a6d8acf706
2 changed files with 3 additions and 1 deletions
|
@ -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}",
|
||||||
|
|
|
@ -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 -->
|
||||||
|
|
Loading…
Add table
Reference in a new issue