diff --git a/src/components/Dialog/RefreshKeysDialog/RefreshKeysDialog.tsx b/src/components/Dialog/RefreshKeysDialog/RefreshKeysDialog.tsx index 1d067458..d2fc659d 100644 --- a/src/components/Dialog/RefreshKeysDialog/RefreshKeysDialog.tsx +++ b/src/components/Dialog/RefreshKeysDialog/RefreshKeysDialog.tsx @@ -7,7 +7,6 @@ import { } from "@components/UI/Dialog.tsx"; import { Button } from "@components/UI/Button.tsx"; import { LockKeyholeOpenIcon } from "lucide-react"; -import { P } from "@components/UI/Typography/P.tsx"; import { useRefreshKeysDialog } from "./useRefreshKeysDialog.ts"; export interface RefreshKeysDialogProps { @@ -25,17 +24,19 @@ export const RefreshKeysDialog = ({ open, onOpenChange }: RefreshKeysDialogProps Keys Mismatch - Your node is unable to send a direct message to this node. This is due to public/private key mismatch. + Your node is unable to send a direct message to this node. This is due to the remote node's current public key not matching the previously stored key for this node.