This commit is contained in:
parent
875d0df052
commit
65c3719707
|
|
@ -59,7 +59,7 @@ export const DeleteChat: FC<DeleteChatProps> = ({ chat }) => {
|
|||
|
||||
<DialogContent onKeyDown={handleKeyDown}>
|
||||
<DialogHeader>
|
||||
<DialogTitle>t("side.deleteChatTitle") {chat.name}</DialogTitle>
|
||||
<DialogTitle>{t("side.deleteChatTitle")} {chat.name}</DialogTitle>
|
||||
|
||||
<DialogDescription>
|
||||
{t("side.deleteChatConfirm")}
|
||||
|
|
|
|||
Loading…
Reference in New Issue