File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
apps-rendering/src/components/Callout
dotcom-rendering/src/components/Callout Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -21,9 +21,8 @@ export const Disclaimer = () => (
2121 encrypted and only the Guardian has access to your contributions. We
2222 will only use the data you provide us for the purpose of the feature and
2323 we will delete any personal data when we no longer require it for this
24- purpose. For true anonymity please use our{ ' ' }
25- < a href = "https://www.theguardian.com/tips" > Secure Messaging</ a > service
26- instead.
24+ purpose. For alternative ways to get in touch securely please see our{ ' ' }
25+ < a href = "https://www.theguardian.com/tips" > tips guide</ a > .
2726 </ div >
2827) ;
2928
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ const Disclaimer = ({ contacts }: { contacts: Contact[] }) => {
8080
8181 const secureMessagingText = (
8282 < span css = { [ info , calloutLinkContainer ] } >
83- For true anonymity please use our{ ' ' }
83+ For fully anonymous communication please use our{ ' ' }
8484 < a href = "https://www.theguardian.com/tips" > Secure Messaging</ a > { ' ' }
8585 service instead.
8686 </ span >
Original file line number Diff line number Diff line change @@ -216,13 +216,13 @@ export const CalloutTermsAndConditions = () => (
216216 encrypted and only the Guardian has access to your contributions. We
217217 will only use the data you provide us for the purpose of the feature and
218218 we will delete any personal data when we no longer require it for this
219- purpose. For true anonymity please use our{ ' ' }
219+ purpose. For alternative ways to get in touch securely please see our{ ' ' }
220220 < a
221221 data-ignore = "global-link-styling"
222222 href = "https://www.theguardian.com/tips"
223223 >
224- Secure Messaging
225- </ a > { ' ' }
226- service instead .
224+ tips guide
225+ </ a >
226+ .
227227 </ div >
228228) ;
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ const Disclaimer = ({ contacts }: { contacts: CalloutContactType[] }) => {
9696
9797 const secureMessagingText = (
9898 < span >
99- For true anonymity please use our{ ' ' }
99+ For fully anonymous communication please use our{ ' ' }
100100 < a href = "https://www.theguardian.com/tips" > Secure Messaging</ a > { ' ' }
101101 service instead.
102102 </ span >
You can’t perform that action at this time.
0 commit comments