From dc556248f0c41ead763b5dc591907aec96fecf4d Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Wed, 7 Dec 2022 15:47:07 -0600 Subject: [PATCH] private --> direct --- .../features/chats/components/chat-page/components/welcome.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/features/chats/components/chat-page/components/welcome.tsx b/app/soapbox/features/chats/components/chat-page/components/welcome.tsx index 584f61e73..0cc172e81 100644 --- a/app/soapbox/features/chats/components/chat-page/components/welcome.tsx +++ b/app/soapbox/features/chats/components/chat-page/components/welcome.tsx @@ -13,7 +13,7 @@ type FormData = { const messages = defineMessages({ title: { id: 'chat.welcome.title', defaultMessage: 'Welcome to {br} Chats!' }, - subtitle: { id: 'chat.welcome.subtitle', defaultMessage: 'Exchange private messages with other users.' }, + subtitle: { id: 'chat.welcome.subtitle', defaultMessage: 'Exchange direct messages with other users.' }, acceptingMessageLabel: { id: 'chat.welcome.accepting_messages.label', defaultMessage: 'Allow users to start a new chat with you' }, notice: { id: 'chat.welcome.notice', defaultMessage: 'You can change these settings later.' }, submit: { id: 'chat.welcome.submit', defaultMessage: 'Save & Continue' },