Browse Source
Merge pull request #44 from IZ1IVA/patch-1
Fixed typos
pull/46/head
Ben Meadors
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/components/PageComponents/Config/Power.tsx
|
|
|
@ -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} |
|
|
|
|