diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/components/Card.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Card.js b/src/components/Card.js index 756c62c..0aefc9c 100644 --- a/src/components/Card.js +++ b/src/components/Card.js | |||
| @@ -37,7 +37,7 @@ export const Card = () => { | |||
| 37 | network.password.length < 5 && | 37 | network.password.length < 5 && |
| 38 | network.encryptionMode === 'WEP' | 38 | network.encryptionMode === 'WEP' |
| 39 | ) { | 39 | ) { |
| 40 | alert(t('wifi.alert.password.5')); | 40 | alert(t('wifi.alert.password.length.5')); |
| 41 | } else { | 41 | } else { |
| 42 | window.print(); | 42 | window.print(); |
| 43 | } | 43 | } |
