Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions apps-rendering/src/components/Callout/calloutComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,8 @@ export const Disclaimer = () => (
encrypted and only the Guardian has access to your contributions. We
will only use the data you provide us for the purpose of the feature and
we will delete any personal data when we no longer require it for this
purpose. For true anonymity please use our{' '}
<a href="https://www.theguardian.com/tips">Secure Messaging</a> service
instead.
purpose. For alternative ways to get in touch securely please see our{' '}
<a href="https://www.theguardian.com/tips">tips guide</a>.
</div>
);

Expand Down
2 changes: 1 addition & 1 deletion apps-rendering/src/components/Callout/calloutContact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const Disclaimer = ({ contacts }: { contacts: Contact[] }) => {

const secureMessagingText = (
<span css={[info, calloutLinkContainer]}>
For true anonymity please use our{' '}
For fully anonymous communication please use our{' '}
<a href="https://www.theguardian.com/tips">Secure Messaging</a>{' '}
service instead.
</span>
Expand Down
8 changes: 4 additions & 4 deletions dotcom-rendering/src/components/Callout/CalloutComponents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,13 +216,13 @@ export const CalloutTermsAndConditions = () => (
encrypted and only the Guardian has access to your contributions. We
will only use the data you provide us for the purpose of the feature and
we will delete any personal data when we no longer require it for this
purpose. For true anonymity please use our{' '}
purpose. For alternative ways to get in touch securely please see our{' '}
<a
data-ignore="global-link-styling"
href="https://www.theguardian.com/tips"
>
Secure Messaging
</a>{' '}
service instead.
tips guide
</a>
.
</div>
);
2 changes: 1 addition & 1 deletion dotcom-rendering/src/components/Callout/MessageUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const Disclaimer = ({ contacts }: { contacts: CalloutContactType[] }) => {

const secureMessagingText = (
<span>
For true anonymity please use our{' '}
For fully anonymous communication please use our{' '}
<a href="https://www.theguardian.com/tips">Secure Messaging</a>{' '}
service instead.
</span>
Expand Down
Loading