From 54fa62bc7fb02332bd828c444a2053ecc512cb97 Mon Sep 17 00:00:00 2001 From: Adw8 Date: Mon, 29 Jul 2024 10:49:03 +0530 Subject: [PATCH] Change message signed by nitro key --- src/pages/SignWithNitroKey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/SignWithNitroKey.tsx b/src/pages/SignWithNitroKey.tsx index 8785a37..d754c6a 100644 --- a/src/pages/SignWithNitroKey.tsx +++ b/src/pages/SignWithNitroKey.tsx @@ -35,7 +35,7 @@ const SignWithNitroKey = () => { const message = useMemo(() => { return { - msg: "Register my account as a validator on the Laconic network", + msg: "Register my account as a participant on the Laconic network", address: ethAddress, }; }, [ethAddress]);