diff --git a/components/Form.tsx b/components/Form.tsx index 066e1af..1ed5f08 100644 --- a/components/Form.tsx +++ b/components/Form.tsx @@ -367,18 +367,6 @@ function Form(): JSX.Element { setSaveLoading(false); } } - const verifierLink = () =>
  • - - - -

    - {t('verifierLink')}  - - verifier.vaccine-ontario.ca -  (NOTE: does not yet support new QR codes; will add support shortly) -

    -
  • - const setDose = (e) => { setSelectedDose(e.target.value); } @@ -509,20 +497,11 @@ function Form(): JSX.Element { - {/*

    - {t('index:dataPrivacyDescription')} - - - {t('index:privacyPolicy')} - - . -

    */}
    diff --git a/pages/faq.tsx b/pages/faq.tsx index 2ef5692..5df603f 100644 --- a/pages/faq.tsx +++ b/pages/faq.tsx @@ -47,11 +47,11 @@ function Faq(): JSX.Element { {description: 'I do not have a health card. Can I still use this tool?', answer: 'First contact your local public health unit to verify your identity and receive a COVIDcovid ID/Personal Access Code. You can then call the Provincial Vaccine Contact Centre at 1-833-943-3900 to get an email copy of your receipt.'}, {description: 'Why isn\'t the new Apple Wallet pass green/orange?', answer: 'Because we now allow importing of QR codes from many provinces and states, and those provinces and states have different eligibility rules, we can no longer reliably determine who is or is not valid at receipt import time.'}, {description: 'How is the data on my vaccination receipt processed?', answer: 'Inside your local web browser, it checks the uploaded PDF or image for a valid QR code. If present, the QR code is converted and either added to Apple Wallet or created as a photo depending on the option you choose.'}, - {description: 'How can organizations validate this QR code?', answer: urlParse('%s is your official tool. For devices that cannot run the official tool, you can also use our web-based tool at %s, once we have added support for verifying the new QR codes to it (work is in progress right now)',[CONSTANTS.verifyOntarioApp, CONSTANTS.verifier])}, + {description: 'How can organizations validate this QR code?', answer: urlParse('The %s is the verification application for the new official Ontario QR codes. For our existing interim QR codes, you can use our web-based tool at %s',[CONSTANTS.verifyOntarioApp, CONSTANTS.verifier])}, {description: 'Can I use the same iPhone to store passes for my entire family?', answer: 'Yes. You can save multiple Wallet or Photo cards on your device without issue.'}, {description: 'Is this free and non-commercial?', answer: urlParse('Similar to %s, there are no commercial interests. Just volunteers trying to do our part to help the community.',[CONSTANTS.vaxHunters])}, {description: 'How about support for other provinces?', answer: urlParse('We now have support for Ontario, British Columbia, Québec, Alberta, Saskatchewan, Nova Scotia, Yukon, California, New York, and Louisiana QR codes. If you have a QR code that is not currently supported by our app, please contact us at %s', [CONSTANTS.grassrootsEmail])}, - {description: 'How about Apple Watch?', answer: 'If you have iCloud sync enabled, you will see the pass on the watch too.'}, + {description: 'How about Apple Watch?', answer: 'If you have iCloud sync enabled, you will see the pass on the watch too. Please be aware though that the new QR codes may be too large to display accurately on older Apple Watches due to their screen size.'}, {description: 'Why have we taken time to build this?', answer: 'We wanted to give people across Canada the ability to conveniently and securely add their vaccination QR code to their mobile devices to make it easier to present them, and also wanted to create a verifier tool which requires no app install and is convenient for anyone to use from a web browser on any device with a camera.'}, {description: 'Who made this?', answer: urlParse('The same group of volunteers who created the all-in-one vaccine appointment finding tool at %s', [CONSTANTS.booking])}, {description: 'How can I stay up-to-date on your progress?', answer: urlParse('We will post regular updates on Twitter %s', [CONSTANTS.twitter])}, diff --git a/public/locales/en/common.yml b/public/locales/en/common.yml index c89fa0d..a14cce5 100644 --- a/public/locales/en/common.yml +++ b/public/locales/en/common.yml @@ -3,7 +3,7 @@ subtitle: This utility (created by volunteers) copies your proof-of-vaccination subtitle2: We now support importing QR codes from Ontario, British Columbia, Québec, Alberta, Nova Scotia, Saskatchewan, Yukon, California, New York, and Louisiana! update1Date: Sep 23 Updates update1: Thanks so much for all the encouragements and suggestions to make this better. We plan to keep enhancing this to help more Canadians. Stay tuned! -continueSpirit: Continuing the spirit of ❤️ @VaxHuntersCanada ❤️. +continueSpirit: Continuing the spirit of ❤️ @VaxHuntersCanada ❤️ privacyPolicy: Privacy Policy donate: Sponsor gitHub: GitHub diff --git a/public/locales/en/index.yml b/public/locales/en/index.yml index e7ce84e..3ff86f5 100644 --- a/public/locales/en/index.yml +++ b/public/locales/en/index.yml @@ -1,10 +1,8 @@ -iosHint: On iOS, please use Safari. +iosHint: On iOS, please use Safari errorClose: Close selectCertificate: Select vaccination receipt (PDF or image) selectCertificateDescription: | - Press "Select File", "Browse..." and select the PDF file or picture you have saved in Step 1. -selectCertificateReminder: | - Reminder : Receipts directly downloaded from the provincial web site is required. + Press "Select File", "Browse..." and select the PDF file or picture you have saved in Step 1 #stopCamera: Stop Camera #startCamera: Start Camera openFile: Select File @@ -14,32 +12,15 @@ visit: If you are in Ontario, please visit ontarioHealth: Ontario Ministry of Health gotoOntarioHealth: Go to Ontario Ministry of Health downloadSignedPDF: and enter your information to display your official vaccination receipt. Press the Share Icon at the bottom, "Save As Files" to store it onto your iPhone. You can also take a picture or screenshot of your QR code with your phone (please make sure the picture is good-quality, is not blurry, and captures ALL of the QR code!) -reminderNotToRepeat: If you have completed this step before, simply proceed to Step 2. -formatChange: After the recent vaccination receipt formatting change, both doses are included in the same file. Please select which dose you want to save. -saveMultiple: To save multiple receipts, please select the first one you want to save and click the Wallet or Photo button below, then change which dose is selected here and push the button again to generate another Wallet or Photo for another dose. -pickColor: Pick a Color -pickColorDescription: Pick a background color for your pass. -colorWhite: white -colorBlack: black -colorGrey: grey -colorGreen: green -colorIndigo: indigo -colorBlue: blue -colorPurple: purple -colorTeal: teal +reminderNotToRepeat: If you have completed this step before, simply proceed to Step 2 addToWallet: Add to Apple Wallet addToWalletHeader: Add to Apple Wallet / Save as Photo saveAsPhoto: Save as Photo -dataPrivacyDescription: | - Press the "Add to Wallet" below to import data into Wallet. -iAcceptThe: I accept the -privacyPolicy: Privacy Policy -createdOnDevice: Your receipt is processed on your device only. +createdOnDevice: Your receipt is processed on your device only piiNotSent: No personally-identifiable information is sent to servers -openSourceTransparent: Source code is open for re-use/contributions on GitHub. +openSourceTransparent: Source code is open for re-use/contributions on GitHub verifierLink: QR code verifier available at numPasses: receipts processed since Sept 2, 2021 demo: Video Demo whatsnew: What's New questions: Have Questions? -#hostedInEU: Hosted in the EU \ No newline at end of file diff --git a/public/locales/en/verify.yml b/public/locales/en/verify.yml deleted file mode 100644 index 64e5c71..0000000 --- a/public/locales/en/verify.yml +++ /dev/null @@ -1,36 +0,0 @@ -title: Verify QR code -subtitle: Verify the vaccination record is consistent with provincial records -iosHint: On iOS, please use Safari. -errorClose: Close -selectCertificate: Select vaccination receipt (PDF) -selectCertificateDescription: | - Press "Select File", "Browse..." and select the PDF file you have saved in Step 1. [ Reminder : Only receipts downloaded from the provincial web site can be verified and converted to Apple Wallet Pass.] -#stopCamera: Stop Camera -#startCamera: Start Camera -openFile: Select File -#foundQrCode: Found QR Code! -downloadReceipt: Download official receipt from Ontario Ministry of Health -visit: Visit -ontarioHealth: Ontario Ministry of Health -gotoOntarioHealth: Go to Ontario Ministry of Health -downloadSignedPDF: and enter your information to display your official vaccination receipt. Press the Share Icon at the bottom, "Save As Files" to store it onto your iPhone. -pickColor: Pick a Color -pickColorDescription: Pick a background color for your pass. -colorWhite: white -colorBlack: black -colorGrey: grey -colorGreen: green -colorIndigo: indigo -colorBlue: blue -colorPurple: purple -colorTeal: teal -addToWallet: Add to Wallet -dataPrivacyDescription: | - Press the "Add to Wallet" below to import data into Wallet. -iAcceptThe: I accept the -privacyPolicy: Privacy Policy -createdOnDevice: No personal data is sent to the Internet. -qrCode: QR code is for verification only, with no personal info. -openSourceTransparent: Source code is free and open for re-use/contributions on GitHub. -demo: Video Demo -#hostedInEU: Hosted in the EU \ No newline at end of file