fix(ui): typos in install machine workflow

This commit is contained in:
Brian McGee
2025-08-26 10:52:52 +01:00
parent 43a39267f3
commit 084b8bacd3

View File

@@ -13,7 +13,7 @@ const ChoiceLocalOrRemote = () => {
onClick={() => stepSignal.setActiveStep("local:choice")}
/>
<NavSection
label="The Machine is remote and i have ssh access to it"
label="The machine is remote and I have ssh access to it"
onClick={() => stepSignal.setActiveStep("install:address")}
/>
</div>