From 634e0a8dd8b9dd1cb6fb0f1f88ae8af907f644aa Mon Sep 17 00:00:00 2001 From: D <207247077+design-rrr@users.noreply.github.com> Date: Fri, 27 Feb 2026 09:52:42 +0200 Subject: [PATCH] Update error message for unidentified recipient Related to https://github.com/shocknet/Lightning.Pub/issues/890 --- src/Pages/Send/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Pages/Send/index.tsx b/src/Pages/Send/index.tsx index 3f1961b8..7e192d09 100644 --- a/src/Pages/Send/index.tsx +++ b/src/Pages/Send/index.tsx @@ -205,7 +205,7 @@ const Send = () => { } ); if (classification === InputClassification.UNKNOWN) { - inputStateChange({ status: "error", inputValue: debouncedRecepient, classification, error: "Unidentified recipient" }); + inputStateChange({ status: "error", inputValue: debouncedRecepient, classification, error: "Sending onchain will be available soon!" }); return; } inputStateChange({