fix: change verbiage from privacy statement to privacy policy
This commit is contained in:
parent
917f10955a
commit
ac186e27de
|
@ -53,7 +53,7 @@
|
|||
:style style/highlighted-text
|
||||
:size :paragraph-2
|
||||
: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-props {:type :dark-grey
|
||||
:disabled? (not terms-accepted?)
|
||||
|
|
|
@ -1174,6 +1174,7 @@
|
|||
"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",
|
||||
"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-note2": "privacy policy",
|
||||
"intro-privacy-statement": "Privacy Statement",
|
||||
|
|
Loading…
Reference in New Issue