diff --git a/src/Pages/Send/index.tsx b/src/Pages/Send/index.tsx index e8c616b8..b1deba0a 100644 --- a/src/Pages/Send/index.tsx +++ b/src/Pages/Send/index.tsx @@ -206,7 +206,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({