fix: change verbiage from privacy statement to privacy policy

This commit is contained in:
Sean Hagstrom 2024-08-26 13:15:51 +01:00 committed by Andrea Maria Piana
parent 917f10955a
commit ac186e27de
2 changed files with 2 additions and 1 deletions

View File

@ -53,7 +53,7 @@
:style style/highlighted-text :style style/highlighted-text
:size :paragraph-2 :size :paragraph-2
:weight :medium} :weight :medium}
(i18n/label :t/intro-privacy-statement)]]] (i18n/label :t/intro-privacy-policy)]]]
:button-one-label (i18n/label :t/sync-or-recover-profile) :button-one-label (i18n/label :t/sync-or-recover-profile)
:button-one-props {:type :dark-grey :button-one-props {:type :dark-grey
:disabled? (not terms-accepted?) :disabled? (not terms-accepted?)

View File

@ -1174,6 +1174,7 @@
"instruction-after-qr-generated": "On your other device, navigate to the Syncing screen and select “Scan sync”", "instruction-after-qr-generated": "On your other device, navigate to the Syncing screen and select “Scan sync”",
"insufficient-balance-to-cover-fee": "not enough balance to cover transaction fee", "insufficient-balance-to-cover-fee": "not enough balance to cover transaction fee",
"intro-message1": "Welcome to Status!\nTap this message to set your password and get started.", "intro-message1": "Welcome to Status!\nTap this message to set your password and get started.",
"intro-privacy-policy": "Privacy Policy",
"intro-privacy-policy-note1": "Status does not collect or profit from your personal data. By continuing, you agree with the ", "intro-privacy-policy-note1": "Status does not collect or profit from your personal data. By continuing, you agree with the ",
"intro-privacy-policy-note2": "privacy policy", "intro-privacy-policy-note2": "privacy policy",
"intro-privacy-statement": "Privacy Statement", "intro-privacy-statement": "Privacy Statement",