From 64055a5aeb4f57899d8b1f04bbd55e1874cdeaa5 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Tue, 18 Mar 2025 22:09:20 -0400 Subject: [PATCH] fixed spacing and updated wording on dialog --- .../RefreshKeysDialog/RefreshKeysDialog.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) 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.