aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--app/_locales/en/messages.json2
-rw-r--r--ui/app/components/modals/qr-scanner/index.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index 8edf37235..286e32194 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -941,7 +941,7 @@
"message": "Info"
},
"scanInstructions": {
- "message": "Place the QR code in front of your camera so we can read it..."
+ "message": "Place the QR code in front of your camera"
},
"scanQrCode": {
"message": "Scan QR Code"
diff --git a/ui/app/components/modals/qr-scanner/index.scss b/ui/app/components/modals/qr-scanner/index.scss
index f43830086..314e94069 100644
--- a/ui/app/components/modals/qr-scanner/index.scss
+++ b/ui/app/components/modals/qr-scanner/index.scss
@@ -35,7 +35,7 @@
&__status {
text-align: center;
- font-size: 12px;
+ font-size: 14px;
padding: 15px;
}
}