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
2 changes: 1 addition & 1 deletion src/components/SpamWarningBanner.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const SpamWarningBanner = ({ className = '' }) => {
<strong>{intl.formatMessage(messages.spamWarningHeading)}:</strong>{' '}
{(() => {
const msg = intl.formatMessage(messages.spamWarningMessage);
const boldText = 'never invite you to join external groups or ask for personal or financial information';
const boldText = 'never invite you to join external groups, such as on WhatsApp, or ask for personal or financial information';
const idx = msg.indexOf(boldText);
if (idx === -1) {
return msg;
Expand Down
2 changes: 1 addition & 1 deletion src/discussions/messages.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ const messages = defineMessages({
},
spamWarningMessage: {
id: 'discussions.spamWarning.message',
defaultMessage: 'Faculty and staff will never invite you to join external groups or ask for personal or financial information in the discussions. Stay safe, and if you see suspicious activity, please report it.',
defaultMessage: 'Faculty and staff will never invite you to join external groups, such as on WhatsApp, or ask for personal or financial information in the discussions. Stay safe, and if you see suspicious activity, please report it.',
description: 'Warning message about spam and impersonation in discussion forums',
},
activeThreads: {
Expand Down
Loading