Skip to content

Commit

Permalink
[Glitch] Fix typo
Browse files Browse the repository at this point in the history
Port c36a878 to glitch-soc

Signed-off-by: Claire <[email protected]>
  • Loading branch information
cheeaun authored and ClearlyClaire committed May 11, 2024
1 parent f35ba69 commit f65a6d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const messages = defineMessages({
adminSignUp: { id: 'notification.admin.sign_up', defaultMessage: '{name} signed up' },
adminReport: { id: 'notification.admin.report', defaultMessage: '{name} reported {target}' },
relationshipsSevered: { id: 'notification.relationships_severance_event', defaultMessage: 'Lost connections with {name}' },
moderationWarning: { id: 'notification.moderation_warning', defaultMessage: 'Your have received a moderation warning' },
moderationWarning: { id: 'notification.moderation_warning', defaultMessage: 'You have received a moderation warning' },
});

const notificationForScreenReader = (intl, message, timestamp) => {
Expand Down

0 comments on commit f65a6d5

Please sign in to comment.