diff --git a/components/Form.tsx b/components/Form.tsx index ca75963..b0bbc46 100644 --- a/components/Form.tsx +++ b/components/Form.tsx @@ -431,7 +431,7 @@ function Form(): JSX.Element {
diff --git a/public/locales/en/index.yml b/public/locales/en/index.yml index fd0f8bd..15d2411 100644 --- a/public/locales/en/index.yml +++ b/public/locales/en/index.yml @@ -31,8 +31,8 @@ dataPrivacyDescription: | Press the "Add to Wallet" below to import data into Wallet. iAcceptThe: I accept the privacyPolicy: Privacy Policy -createdOnDevice: The receipt data is processed on your device only - no personally-identifiable information is sent to our servers -qrCode: QR code is for verification only. It does not contain your name or date of birth. +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. verifierLink: QR code verifier available at numPasses: receipts processed since Sept 2, 2021 diff --git a/src/sentry.ts b/src/sentry.ts index d559f7b..84ea4d7 100644 --- a/src/sentry.ts +++ b/src/sentry.ts @@ -3,7 +3,7 @@ import { Integrations } from '@sentry/tracing'; export const initSentry = () => { SentryModule.init({ - release: 'grassroots_covidpass@1.9.7', // App version. Needs to be manually updated as we go unless we make the build smarter + release: 'grassroots_covidpass@1.9.8', // App version. Needs to be manually updated as we go unless we make the build smarter dsn: 'https://51370d7af0994761b465bc148129c1de@o997324.ingest.sentry.io/5955697', integrations: [ new Integrations.BrowserTracing(),