mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +00:00
basic info checkpoint (#1230)
* basic info * preview manifest * textarea not long * show error message details always * reinstall button in marketplace Co-authored-by: Drew Ansbacher <drew@start9labs.com> Co-authored-by: Matt Hill <matthewonthemoon@gmail.com>
This commit is contained in:
@@ -52,7 +52,7 @@ export class StateService {
|
||||
progress = await this.apiService.getRecoveryStatus()
|
||||
} catch (e) {
|
||||
this.errorToastService.present(
|
||||
`${e.message}: ${e.details}.\nRestart Embassy to try again.`,
|
||||
`${e.message}\n\nRestart Embassy to try again.`,
|
||||
)
|
||||
}
|
||||
if (progress) {
|
||||
|
||||
Reference in New Issue
Block a user