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