Skip to content

Commit 735d4cb

Browse files
raphaeloluTimGJD
andauthored
[GOVUKAPP-1304] Update analytics consent content (#303)
* Add accessibility label to image * update content * removed wrongfully added label --------- Co-authored-by: TimDenyer <[email protected]>
1 parent ef9d808 commit 735d4cb

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Production/govuk_ios/Resources/Strings/Onboarding.xcstrings

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"en-GB" : {
1919
"stringUnit" : {
2020
"state" : "translated",
21-
"value" : "These statistics are anonymous.\n\nYou can stop sharing these statistics at any time by changing your app settings."
21+
"value" : "We will not use this data to directly identify you.\n\nYou can stop sharing these statistics at any time by changing your app settings."
2222
}
2323
}
2424
}

Tests/govuk_ios/govuk_ios_unit_tests/Specs/ViewModels/AnalyticsConsentContainerViewModelTests.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct AnalyticsConsentContainerViewModelTests {
2323
• errors that happen
2424
"""
2525
)
26-
#expect(sut.descriptionBottom == "These statistics are anonymous.\n\nYou can stop sharing these statistics at any time by changing your app settings.")
26+
#expect(sut.descriptionBottom == "We will not use this data to directly identify you.\n\nYou can stop sharing these statistics at any time by changing your app settings.")
2727
#expect(sut.privacyPolicyLinkTitle == "Read more about this in the privacy notice ↗")
2828
#expect(sut.privacyPolicyLinkAccessibilityTitle == "Read more about this in the privacy notice")
2929
#expect(sut.privacyPolicyLinkHint == "Opens in web browser")

0 commit comments

Comments
 (0)