mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +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:
@@ -70,11 +70,9 @@
|
||||
></ion-icon>
|
||||
<ion-label>
|
||||
<h1>
|
||||
<ion-text color="success"
|
||||
>Re-Install embassyOS</ion-text
|
||||
>
|
||||
<ion-text color="success">Re-Install StartOS</ion-text>
|
||||
</h1>
|
||||
<h2>Will preserve existing embassyOS data</h2>
|
||||
<h2>Will preserve existing StartOS data</h2>
|
||||
</ion-label>
|
||||
</ion-item>
|
||||
|
||||
@@ -92,7 +90,7 @@
|
||||
[color]="(selectedDisk | guid) ? 'danger' : 'success'"
|
||||
>
|
||||
{{ (selectedDisk | guid) ? 'Factory Reset' : 'Install
|
||||
embassyOS' }}
|
||||
StartOS' }}
|
||||
</ion-text>
|
||||
</h1>
|
||||
<h2>Will delete existing data on disk</h2>
|
||||
|
||||
@@ -56,7 +56,7 @@ export class HomePage {
|
||||
|
||||
private async install(overwrite: boolean) {
|
||||
const loader = await this.loadingCtrl.create({
|
||||
message: 'Installing embassyOS...',
|
||||
message: 'Installing StartOS...',
|
||||
})
|
||||
await loader.present()
|
||||
|
||||
@@ -80,7 +80,7 @@ export class HomePage {
|
||||
header: 'Warning',
|
||||
message: `This action will COMPLETELY erase the disk ${
|
||||
vendor || 'Unknown Vendor'
|
||||
} - ${model || 'Unknown Model'} and install embassyOS in its place`,
|
||||
} - ${model || 'Unknown Model'} and install StartOS in its place`,
|
||||
buttons: [
|
||||
{
|
||||
text: 'Cancel',
|
||||
@@ -102,7 +102,7 @@ export class HomePage {
|
||||
const alert = await this.alertCtrl.create({
|
||||
header: 'Install Success',
|
||||
message:
|
||||
'Remove the USB stick and reboot your device to begin using your new Embassy',
|
||||
'Remove the USB stick and reboot your device to begin using your new Start9 server',
|
||||
buttons: [
|
||||
{
|
||||
text: 'Reboot',
|
||||
@@ -133,7 +133,7 @@ export class HomePage {
|
||||
private async presentAlertComplete() {
|
||||
const alert = await this.alertCtrl.create({
|
||||
header: 'Rebooting',
|
||||
message: 'Please wait for embassyOS to restart, then refresh this page',
|
||||
message: 'Please wait for StartOS to restart, then refresh this page',
|
||||
buttons: ['OK'],
|
||||
})
|
||||
await alert.present()
|
||||
|
||||
Reference in New Issue
Block a user