Browse Source

Merge pull request #44 from IZ1IVA/patch-1

Fixed typos
pull/46/head
Ben Meadors 4 years ago
committed by GitHub
parent
commit
d22bcf321b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/components/PageComponents/Config/Power.tsx

2
src/components/PageComponents/Config/Power.tsx

@ -89,7 +89,7 @@ export const Power = (): JSX.Element => {
/> />
<Input <Input
label="Minimum Wake Time" 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" suffix="Seconds"
type="number" type="number"
error={errors.minWakeSecs?.message} error={errors.minWakeSecs?.message}

Loading…
Cancel
Save