diff --git a/src/views/app.html b/src/views/app.html index ccb70f5b2..e4a513e6f 100644 --- a/src/views/app.html +++ b/src/views/app.html @@ -729,7 +729,7 @@

This will open a console connection to the app. The terminal is sandboxed and only provides access to the app container's filesystem.

- Open Terminal + Terminal Logs
@@ -749,6 +749,9 @@

Use the repair button to retry failed operations.

+

If the app is not starting up because of a broken plugin or misconfiguration, open the Terminal + and click 'Pause' to edit the app's filesystem.

+

An error occurred during the {{ app.error.task | taskName }} operation: {{ app.error.reason + ': ' + app.error.message }}

{{ app.error | errorSuggestion }}