Merge pull request #44 from IZ1IVA/patch-1

Fixed typos
This commit is contained in:
Ben Meadors
2022-10-15 07:27:52 -05:00
committed by GitHub

View File

@@ -89,7 +89,7 @@ export const Power = (): JSX.Element => {
/>
<Input
label="Minimum Wake Time"
description="Minimum amount of time the device will stay away for after recieving a packet"
description="Minimum amount of time the device will stay awake for after receiving a packet"
suffix="Seconds"
type="number"
error={errors.minWakeSecs?.message}