diff --git a/ui/src/app/components/app-backup-confirmation/app-backup-confirmation.component.scss b/ui/src/app/components/app-backup-confirmation/app-backup-confirmation.component.scss
index c500626a7..e69de29bb 100644
--- a/ui/src/app/components/app-backup-confirmation/app-backup-confirmation.component.scss
+++ b/ui/src/app/components/app-backup-confirmation/app-backup-confirmation.component.scss
@@ -1,10 +0,0 @@
-.error-message {
- --background: var(--ion-color-danger);
- margin: 12px;
- border-radius: 3px;
- font-weight: bold;
-}
-
-.legacy-error-message {
- margin: 5px;
-}
\ No newline at end of file
diff --git a/ui/src/app/components/app-backup-confirmation/app-backup-confirmation.component.ts b/ui/src/app/components/app-backup-confirmation/app-backup-confirmation.component.ts
index b61a0c8b8..b73fa1fe7 100644
--- a/ui/src/app/components/app-backup-confirmation/app-backup-confirmation.component.ts
+++ b/ui/src/app/components/app-backup-confirmation/app-backup-confirmation.component.ts
@@ -14,7 +14,7 @@ export class AppBackupConfirmationComponent implements OnInit {
password: string
$error$: BehaviorSubject = new BehaviorSubject('')
- // pass this through the modalCtrl once ejecting disks is an option in the UI.
+ // TODO: EJECT-DISKS pass this through the modalCtrl once ejecting disks is an option in the UI.
eject = true
message: string
diff --git a/ui/src/app/components/install-wizard/prebaked-wizards.ts b/ui/src/app/components/install-wizard/prebaked-wizards.ts
index d003b2dbd..521df79d4 100644
--- a/ui/src/app/components/install-wizard/prebaked-wizards.ts
+++ b/ui/src/app/components/install-wizard/prebaked-wizards.ts
@@ -173,4 +173,4 @@ function validate (t: T, test: (t: T) => Boolean, desc: string) {
}
-const defaultUninstallationWarning = serviceName => `Uninstalling ${ serviceName } will result in the deletion of its data.`
\ No newline at end of file
+const defaultUninstallationWarning = serviceName => `Uninstalling ${ serviceName } will result in the deletion of its data.`
diff --git a/ui/src/app/components/update-os-banner/update-os-banner.component.html b/ui/src/app/components/update-os-banner/update-os-banner.component.html
index 53124a1de..e48adb668 100644
--- a/ui/src/app/components/update-os-banner/update-os-banner.component.html
+++ b/ui/src/app/components/update-os-banner/update-os-banner.component.html
@@ -2,4 +2,4 @@
New EmbassyOS Version {{version | displayEmver}} Available!
-
\ No newline at end of file
+
diff --git a/ui/src/app/components/update-os-banner/update-os-banner.component.scss b/ui/src/app/components/update-os-banner/update-os-banner.component.scss
index 43db077a7..5b6b18d63 100644
--- a/ui/src/app/components/update-os-banner/update-os-banner.component.scss
+++ b/ui/src/app/components/update-os-banner/update-os-banner.component.scss
@@ -8,4 +8,4 @@ ion-item {
text-align: center;
font-weight: bold;
}
-}
\ No newline at end of file
+}
diff --git a/ui/src/app/modals/app-backup/app-backup.page.ts b/ui/src/app/modals/app-backup/app-backup.page.ts
index 528e0dbc5..1742edc3d 100644
--- a/ui/src/app/modals/app-backup/app-backup.page.ts
+++ b/ui/src/app/modals/app-backup/app-backup.page.ts
@@ -100,7 +100,7 @@ export class AppBackupPage {
m.onWillDismiss().then(res => {
const data = res.data
if (data.cancel) return
- // we hard code the 'eject' last argument to be false, until ejection is an option in the UI.
+ // TODO: EJECT-DISKS we hard code the 'eject' last argument to be false, until ejection is an option in the UI. When it is, add it to the data object above ^
return this.create(disk, partition, data.password, false)
})
diff --git a/ui/src/app/modals/os-welcome/os-welcome.page.html b/ui/src/app/modals/os-welcome/os-welcome.page.html
index d867f76f2..407dfaba5 100644
--- a/ui/src/app/modals/os-welcome/os-welcome.page.html
+++ b/ui/src/app/modals/os-welcome/os-welcome.page.html
@@ -39,4 +39,4 @@
-