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]);