Conversation -> Chat
This commit is contained in:
parent
86e79354d7
commit
d89ac0e0a5
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ import { Button, Stack, Text } from 'soapbox/components/ui';
|
|||
|
||||
const messages = defineMessages({
|
||||
title: { id: 'chat_search.empty_results_blankslate.title', defaultMessage: 'No messages yet' },
|
||||
body: { id: 'chat_search.empty_results_blankslate.body', defaultMessage: 'You can start a conversation with anyone that follows you.' },
|
||||
body: { id: 'chat_search.empty_results_blankslate.body', defaultMessage: 'You can start a chat with anyone that follows you.' },
|
||||
action: { id: 'chat_search.empty_results_blankslate.action', defaultMessage: 'Message someone' },
|
||||
});
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ import { Stack, Text } from 'soapbox/components/ui';
|
|||
|
||||
const messages = defineMessages({
|
||||
title: { id: 'chat_search.blankslate.title', defaultMessage: 'Search followers' },
|
||||
body: { id: 'chat_search.blankslate.body', defaultMessage: 'You can start a conversation with anyone that follows you.' },
|
||||
body: { id: 'chat_search.blankslate.body', defaultMessage: 'You can start a chat with anyone that follows you.' },
|
||||
});
|
||||
|
||||
const Blankslate = () => {
|
||||
|
|
Loading…
Reference in a new issue