💫 Rebranding to embassyOS (#1851)

* name change to embassyOS

* filename change

* motd ASCII update

* some leftovers
This commit is contained in:
Mariusz Kogen
2022-10-03 20:13:48 +02:00
committed by GitHub
parent 719cd5512c
commit 2000a8f3ed
24 changed files with 52 additions and 52 deletions

View File

@@ -5,7 +5,7 @@
class="ion-text-center"
style="padding-bottom: 36px; font-size: calc(2vw + 14px)"
>
EmbassyOS - Diagnostic Mode
embassyOS - Diagnostic Mode
</h1>
<h2
style="
@@ -14,7 +14,7 @@
font-weight: bold;
"
>
EmbassyOS launch error:
embassyOS launch error:
</h2>
<div class="code-block">
<code>

View File

@@ -41,7 +41,7 @@ export class HomePage {
code: 20,
problem: 'Storage drive not found',
solution:
'Insert your EmbassyOS storage drive and click RESTART EMBASSY below.',
'Insert your embassyOS storage drive and click RESTART EMBASSY below.',
details: error.data?.details,
}
// drive corrupted

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<title>EmbassyOS Diagnostic UI</title>
<title>embassyOS Diagnostic UI</title>
<base href="/" />