diff options
| author | Ben Woodward <ben@bdw.to> | 2021-07-31 10:22:28 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-31 10:22:28 -0700 |
| commit | 444b2c5b267fb5d454091ad373df47fd9b84beae (patch) | |
| tree | 7302264d0b8a6be33e36900402806ab0f0a13817 /src/components/Card.js | |
| parent | d74c04fa7b01738aa3d5d4738d653430a1d622dd (diff) | |
Translate encryption mode 'None' (#157)
Fixes #106
Diffstat (limited to 'src/components/Card.js')
| -rw-r--r-- | src/components/Card.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/components/Card.js b/src/components/Card.js index b487b1e..25ff815 100644 --- a/src/components/Card.js +++ b/src/components/Card.js | |||
| @@ -180,7 +180,9 @@ export const Card = ({ direction = 'ltr' }) => { | |||
| 180 | value="nopass" | 180 | value="nopass" |
| 181 | onChange={setEncryptionMode} | 181 | onChange={setEncryptionMode} |
| 182 | /> | 182 | /> |
| 183 | <label htmlFor="encrypt-none">None</label> | 183 | <label htmlFor="encrypt-none"> |
| 184 | {t('wifi.password.encryption.none')} | ||
| 185 | </label> | ||
| 184 | <input | 186 | <input |
| 185 | type="radio" | 187 | type="radio" |
| 186 | name="encrypt-select" | 188 | name="encrypt-select" |
