diff --git a/ui/src/app/components/status/status.component.html b/ui/src/app/components/status/status.component.html index 26bffec1b..ed8323acb 100644 --- a/ui/src/app/components/status/status.component.html +++ b/ui/src/app/components/status/status.component.html @@ -4,7 +4,18 @@ [style.font-style]="style" [style.font-weight]="weight" > - {{ disconnected ? 'Unknown' : rendering.display }} - - {{ installProgress }}% + + {{ disconnected ? 'Unknown' : rendering.display }} + + + + + Installing + {{ installProgress }}% + + + Finalizing install. This could take a minute + + +