Skip to content

Commit

Permalink
Change text to 'Beginning of Conversation' (#3605)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrombo authored Jun 15, 2023
1 parent 332c0c0 commit a8daa72
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const { getChatMessages, getChat } = chatSelectors

const messages = {
newMessages: (count: number) => `${count} New Message${count > 1 ? 's' : ''}`,
endOfMessages: 'End of Message History'
endOfMessages: 'Beginning of Conversation'
}

type ChatMessageListProps = ComponentPropsWithoutRef<'div'> & {
Expand Down

0 comments on commit a8daa72

Please sign in to comment.