diff --git a/src/svelte-components/src/dialogs/ChangeHostnameDialog.svelte b/src/svelte-components/src/dialogs/ChangeHostnameDialog.svelte index 77e472e..51bbdde 100644 --- a/src/svelte-components/src/dialogs/ChangeHostnameDialog.svelte +++ b/src/svelte-components/src/dialogs/ChangeHostnameDialog.svelte @@ -64,12 +64,12 @@ - Change Hostname + Change Hostname - + - Home Machine + Home Machine - Home the machine? + Home the machine? diff --git a/src/svelte-components/src/dialogs/ProbeDialog.svelte b/src/svelte-components/src/dialogs/ProbeDialog.svelte index 74de934..3a36ac2 100644 --- a/src/svelte-components/src/dialogs/ProbeDialog.svelte +++ b/src/svelte-components/src/dialogs/ProbeDialog.svelte @@ -310,13 +310,13 @@ bind:open class="probe-dialog" scrimClickAction="" - aria-labelledby="simple-title" - aria-describedby="simple-content" + aria-labelledby="probe-dialog-title" + aria-describedby="probe-dialog-content" surface$style="width: 700px; height: 400px; max-width: calc(100vw - 32px); overflow: visible;" > - Probing {probeType?.toUpperCase()} + Probing {probeType?.toUpperCase()} - +

Step {steps.indexOf(currentStep) + 1} of {steps.length}

    @@ -402,7 +402,7 @@ $light: #ddd; :global { - .mdc-dialog__content { + #probe-dialog-content { display: flex; flex-direction: row; } diff --git a/src/svelte-components/src/dialogs/ScreenRotationDialog.svelte b/src/svelte-components/src/dialogs/ScreenRotationDialog.svelte index 0fd78a0..4f02231 100644 --- a/src/svelte-components/src/dialogs/ScreenRotationDialog.svelte +++ b/src/svelte-components/src/dialogs/ScreenRotationDialog.svelte @@ -36,12 +36,12 @@ - Screen Rotation + Screen Rotation - + {#each options as option} @@ -68,7 +68,7 @@