[🐴] use "Chats" instead of "Messages" (#4013)
* use "Chats" instead of "Messages" * chats to chat * use messages in the header
This commit is contained in:
parent
6b2635c870
commit
08836ecbec
4 changed files with 5 additions and 5 deletions
|
@ -195,9 +195,9 @@ export function MessagesScreen({navigation, route}: Props) {
|
|||
isLoading={isLoading}
|
||||
isError={isError}
|
||||
emptyType="results"
|
||||
emptyTitle={_(msg`No messages yet`)}
|
||||
emptyTitle={_(msg`No chats yet`)}
|
||||
emptyMessage={_(
|
||||
msg`You have no messages yet. Start a conversation with someone!`,
|
||||
msg`You have no chats yet. Start a conversation with someone!`,
|
||||
)}
|
||||
errorMessage={cleanError(error)}
|
||||
onRetry={isError ? refetch : undefined}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue