aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/Card.js
diff options
context:
space:
mode:
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 7d24f88..05fd09e 100644
--- a/src/components/Card.js
+++ b/src/components/Card.js
@@ -28,7 +28,7 @@ export const Card = () => {
28 28
29 const onPrint = () => { 29 const onPrint = () => {
30 if (network.password.length < 8) { 30 if (network.password.length < 8) {
31 alert('Password must be atleast 8 characters'); 31 alert('Password must be at least 8 characters');
32 } else { 32 } else {
33 window.print(); 33 window.print();
34 } 34 }