Skip to content

Commit 25352e6

Browse files
authored
Update MessageUs.tsx
make dotcom match apps
1 parent 5544a9f commit 25352e6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dotcom-rendering/src/components/Callout/MessageUs.tsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ const Disclaimer = ({ contacts }: { contacts: CalloutContactType[] }) => {
9696

9797
const secureMessagingText = (
9898
<span>
99-
For alternative ways to get in touch securely please see our{' '}
100-
<a href="https://www.theguardian.com/tips">tips guide</a>.
99+
For fully anonymous communication please use our{' '}
100+
<a href="https://www.theguardian.com/tips">Secure Messaging</a>{' '}
101+
service instead.
101102
</span>
102103
);
103104

0 commit comments

Comments
 (0)