Skip to content

Commit b1c9077

Browse files
seanstromcammellos
authored andcommitted
fix: change verbiage from privacy statement to privacy policy
1 parent 9ff052b commit b1c9077

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/status_im/contexts/onboarding/intro/view.cljs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
:style style/highlighted-text
5454
:size :paragraph-2
5555
:weight :medium}
56-
(i18n/label :t/intro-privacy-statement)]]]
56+
(i18n/label :t/intro-privacy-policy)]]]
5757
:button-one-label (i18n/label :t/sync-or-recover-profile)
5858
:button-one-props {:type :dark-grey
5959
:disabled? (not terms-accepted?)

translations/en.json

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

0 commit comments

Comments
 (0)