diff --git a/components/Form.tsx b/components/Form.tsx index 2f2b3c5..b7b4d36 100644 --- a/components/Form.tsx +++ b/components/Form.tsx @@ -451,12 +451,11 @@ function Form(): JSX.Element {

Do you want to use this tool but...

-
diff --git a/pages/faq.tsx b/pages/faq.tsx index 320cf17..b07e04b 100644 --- a/pages/faq.tsx +++ b/pages/faq.tsx @@ -13,6 +13,7 @@ function Faq(): JSX.Element { {description: 'Do you have plans for Android support?', answer: 'Yes. We are working with Google to gain access to the APIs required. Meanwhile, you can also use this tool to download an Apple Wallet pass and import that into Google Pay Wallet using apps such as Pass2Pay or simply save it as a photo.'}, {description: 'I have a Red/White OHIP card. Can I still use this tool?', answer: 'Yes you can! Just call the Provincial Vaccine Contact Centre at 1-833-943-3900. The call centre agent can email you a copy of the receipt.'}, {description: 'I dont\'t 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: 'I\'m seeing an error message saying “Failed byte range verification." What do I do?', answer: 'If you see this error then please try re-downloading your receipt from the provincial proof-of-vaccination portal and trying again. We have received reports from some people that this has resolved the problem for them.'}, {description: 'What does the colour of the Apple Wallet pass mean?', answer: 'Dose 1 is shown as Orange; dose 2+ in green for easy differentiation without reading the text.'}, {description: 'Should I use the official provincial apps when they come out on 22nd October?', answer: 'YES. Once the official QR code from the province is available, you will also be able to refresh what\'s in your Apple Wallet as well. More details will follow.'}, {description: 'How is the data on my vaccination receipt processed?', answer: 'It checks the receipt for an official signature from the province. If present, the receipt data is converted into Apple\'s format and then added into your iOS Wallet app.'}, diff --git a/public/locales/en/index.yml b/public/locales/en/index.yml index a79d156..8a56940 100644 --- a/public/locales/en/index.yml +++ b/public/locales/en/index.yml @@ -38,5 +38,5 @@ verifierLink: QR code verifier available at numPasses: receipts processed since Sept 2, 2021 demo: Video Demo whatsnew: What's New -experiencingIssues: Experiencing Issues? +questions: Have Questions? #hostedInEU: Hosted in the EU \ No newline at end of file