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; } }