diff --git a/components/Page.tsx b/components/Page.tsx index 8193e5c..7819936 100644 --- a/components/Page.tsx +++ b/components/Page.tsx @@ -34,7 +34,7 @@ function Page(props: PageProps): JSX.Element { {t('common:gitHub')} {t('common:returnToMainSite')} -
Last updated: 2021-09-23 (v1.9.5)
+
Last updated: 2021-09-24 (v1.9.6)
diff --git a/pages/index.tsx b/pages/index.tsx index ddbf32c..6c3ee98 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -46,7 +46,20 @@ function Index(): JSX.Element {
{warning && setWarning(undefined)} message={warning} />}

{t('common:subtitle')}


{t('common:subtitle2')}


{t('common:update1Date')} - {t('common:update1')}


{t('common:continueSpirit')}

+

{t('common:subtitle')}


{t('common:subtitle2')}


+ Sept 24 updates - Improvements: +
+
+
+ If you need to regenerate your pass, you can skip Step 1 altogether. This will reduce the province's workload too. 🙏 +
+
+

{t('common:continueSpirit')}

}/>
diff --git a/public/locales/en/common.yml b/public/locales/en/common.yml index 54776ad..958c209 100644 --- a/public/locales/en/common.yml +++ b/public/locales/en/common.yml @@ -3,7 +3,7 @@ subtitle: This utility (created by volunteers) converts your vaccination receipt subtitle2: Once Ontario's official QR code is released on Oct 22, you will be able to update your Apple Wallet pass by visiting this site again. 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 ❤️ beyond vax hunting. 390K receipts processed already, thanks for keeping the community safe! +continueSpirit: Continuing the spirit of ❤️ @VaxHuntersCanada ❤️. 700K receipts processed already, thanks for keeping the community safe! privacyPolicy: Privacy Policy donate: Sponsor gitHub: GitHub