aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Card.js
diff options
context:
space:
mode:
authorBaoyuan <baoyuan.top@gmail.com>2021-07-17 23:04:23 +0800
committerGitHub <noreply@github.com>2021-07-17 08:04:23 -0700
commitbe84b7bb256cad671648ca5584cd3d444ad26b01 (patch)
treeba446e50f7fa61adccc54209d9bab10427dba5fe /src/components/Card.js
parentb0ee18a9c0f16517aa87f8b58df55286af2f04f1 (diff)
fix: unmatched title (#70)
Diffstat (limited to 'src/components/Card.js')
-rw-r--r--src/components/Card.js2
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 }