Skip to content

Commit 4b34eb5

Browse files
authored
Merge pull request #14685 from guardian/ljh-calloutcomponent-words
Callout component wording change
2 parents 61ec643 + 25352e6 commit 4b34eb5

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

apps-rendering/src/components/Callout/calloutComponents.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

apps-rendering/src/components/Callout/calloutContact.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
);

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)