Skip to content

Commit

Permalink
DMs: Rename "Thread" to "Conversation" (#3474)
Browse files Browse the repository at this point in the history
  • Loading branch information
rickyrombo authored May 31, 2023
1 parent 5d69114 commit 72d2788
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ import styles from './DeleteChatConfirmationModal.module.css'
const { deleteChat } = chatActions

const messages = {
title: 'Delete Thread',
content: `Are you sure you want to delete this thread?
title: 'Delete Conversation',
content: `Are you sure you want to delete this conversation?
Other people in the conversation will still be able to see it. This can’t be undone.`,
confirm: 'Delete Thread',
Other people in the conversation will still be able to see it. This can’t be undone.`,
confirm: 'Delete Conversation',
cancel: 'Cancel'
}

Expand Down

0 comments on commit 72d2788

Please sign in to comment.