diff --git a/src/status_im/contexts/onboarding/intro/view.cljs b/src/status_im/contexts/onboarding/intro/view.cljs index 79ac8af81b..7c4d8fd8a3 100644 --- a/src/status_im/contexts/onboarding/intro/view.cljs +++ b/src/status_im/contexts/onboarding/intro/view.cljs @@ -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?) diff --git a/translations/en.json b/translations/en.json index 11036d322c..eb8f5fc697 100644 --- a/translations/en.json +++ b/translations/en.json @@ -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",