fix: update copy dialog confimation delete thread

This commit is contained in:
Faisal Amir 2023-12-19 14:06:27 +07:00
parent 6efc52f3bd
commit ed04d850c1

View File

@ -134,7 +134,7 @@ export default function ThreadList() {
<ModalHeader> <ModalHeader>
<ModalTitle>Delete Thread</ModalTitle> <ModalTitle>Delete Thread</ModalTitle>
</ModalHeader> </ModalHeader>
<p>Are you sure you want to delete Thread?</p> <p>Are you sure you want to delete this thread?</p>
<ModalFooter> <ModalFooter>
<div className="flex gap-x-2"> <div className="flex gap-x-2">
<ModalClose asChild> <ModalClose asChild>