mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
external rename (#2265)
* backend rename * rename embassy and closes #2179 * update root ca name on disk * update MOTD * update readmes * your server typo * another tiny typo * fix png name * Update backend/src/net/wifi.rs Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com> * changes needed due to rebase --------- Co-authored-by: Matt Hill <matthewonthemoon@gmail.com> Co-authored-by: Matt Hill <MattDHill@users.noreply.github.com> Co-authored-by: Lucy C <12953208+elvece@users.noreply.github.com>
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<toast
|
||||
*ngIf="visible$ | async as message"
|
||||
class="success-toast"
|
||||
header="embassyOS download complete!"
|
||||
header="StartOS download complete!"
|
||||
(dismiss)="onDismiss()"
|
||||
>
|
||||
Restart your Embassy for these updates to take effect. It can take several
|
||||
Restart your server for these updates to take effect. It can take several
|
||||
minutes to come back online.
|
||||
<button toastButton icon="close" side="start" (click)="onDismiss()"></button>
|
||||
<button toastButton side="end" (click)="restart()">Restart</button>
|
||||
|
||||
Reference in New Issue
Block a user