diff options
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" |
