Add a note and explanation about sharing the logs...

This commit is contained in:
Alexandre Aubin 2020-05-03 05:20:02 +02:00
parent dc81cdbb0c
commit 4e013c7e0a
2 changed files with 8 additions and 0 deletions

View file

@ -203,6 +203,7 @@
"orphaned": "Not maintained", "orphaned": "Not maintained",
"orphaned_details": "This app has not been maintained for quite some time. It may still be working, but won't receive any upgrade until somebody volunteers to take care of it. Feel free to contribute to revive it!", "orphaned_details": "This app has not been maintained for quite some time. It may still be working, but won't receive any upgrade until somebody volunteers to take care of it. Feel free to contribute to revive it!",
"others": "Others", "others": "Others",
"operation_failed_explanation": "This operation failed! Really sorry about that :( You can try to <a href='https://yunohost.org/help'>ask for help</a>. Please provide *the full log* of the operation to the people helping you. You can do so by clicking on the 'Share with Yunopaste' green button. When sharing the logs, YunoHost will automatically attempt to anonymize private data like domain names and IPs.",
"password": "Password", "password": "Password",
"password_confirmation": "Password confirmation", "password_confirmation": "Password confirmation",
"password_empty": "The password field is empty", "password_empty": "The password field is empty",

View file

@ -26,6 +26,13 @@
</dl> </dl>
</div> </div>
</div> </div>
{{#if log.metadata.error}}
<div class="alert alert-danger text-center">
<p>{{t 'operation_failed_explanation'}}</p>
</div>
{{/if}}
<!-- <!--
{{#if log.metadata.env}} {{#if log.metadata.env}}
<div class="panel panel-default"> <div class="panel panel-default">