Skip to content

Commit

Permalink
fix: update copy dialog confimation delete thread
Browse files Browse the repository at this point in the history
urmauur committed Dec 19, 2023
1 parent 6efc52f commit ed04d85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/screens/Chat/ThreadList/index.tsx
Original file line number Diff line number Diff line change
@@ -134,7 +134,7 @@ export default function ThreadList() {
<ModalHeader>
<ModalTitle>Delete Thread</ModalTitle>
</ModalHeader>
<p>Are you sure you want to delete Thread?</p>
<p>Are you sure you want to delete this thread?</p>
<ModalFooter>
<div className="flex gap-x-2">
<ModalClose asChild>

0 comments on commit ed04d85

Please sign in to comment.