Browse Source
Merge pull request #143 from pdxlocations/psk-description
Modify PSK options in description
pull/145/head
Ben Meadors
3 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/Channel.tsx
|
|
|
@ -61,7 +61,7 @@ export const Channel = ({ channel }: SettingsPanelProps): JSX.Element => { |
|
|
|
type: "password", |
|
|
|
name: "settings.psk", |
|
|
|
label: "pre-Shared Key", |
|
|
|
description: "16, or 32 bytes, \"0\"= no crypto, \"1\" = default key", |
|
|
|
description: "16, or 32 bytes", |
|
|
|
properties: { |
|
|
|
// act
|
|
|
|
}, |
|
|
|
|