From d47724858ac3939eff9e25b93fdbe2a1482ac954 Mon Sep 17 00:00:00 2001 From: Brian Cao Date: Mon, 3 Apr 2023 14:35:31 -0700 Subject: [PATCH] Fix team message. --- components/messages.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/components/messages.js b/components/messages.js index bb1578d9..5acb0d52 100644 --- a/components/messages.js +++ b/components/messages.js @@ -152,6 +152,10 @@ export const messages = defineMessages({ defaultMessage: 'To track stats for this website, place the following code in the ... section of your HTML.', }, + joinTeamWarning: { + id: 'message.team-already-member', + defaultMessage: 'You are already a member of the team.', + }, deleteWebsite: { id: 'message.delete-website', defaultMessage: 'To delete this website, type {confirmation} in the box below to confirm.',