We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5544a9f commit 25352e6Copy full SHA for 25352e6
dotcom-rendering/src/components/Callout/MessageUs.tsx
@@ -96,8 +96,9 @@ const Disclaimer = ({ contacts }: { contacts: CalloutContactType[] }) => {
96
97
const secureMessagingText = (
98
<span>
99
- For alternative ways to get in touch securely please see our{' '}
100
- <a href="https://www.theguardian.com/tips">tips guide</a>.
+ For fully anonymous communication please use our{' '}
+ <a href="https://www.theguardian.com/tips">Secure Messaging</a>{' '}
101
+ service instead.
102
</span>
103
);
104
0 commit comments