Show role and KYC id in onboarding success page #4

Merged
nabarun merged 2 commits from ag-update-ui into kyc-integration 2024-07-29 09:50:18 +00:00
Showing only changes of commit 54fa62bc7f - Show all commits

View File

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