chore: refactor button text

This commit is contained in:
danisharora099 2022-12-15 15:12:47 +05:30
parent bc547793b9
commit 0f060ad492
No known key found for this signature in database
GPG Key ID: FBD2BF500037F135
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@
<br />
<div id="import-from-wallet">
<button id="import-from-wallet-button" type="button">
Fetch credentials from wallet
Generate RLN Credentials
</button>
</div>
<br />
@ -202,7 +202,7 @@
let retrievedRLNEvents = false;
const rlnInstancePromise = create();
const signatureMessage =
const DEFAULT_SIGNATURE_MESSAGE =
"The signature of this message will be used to generate your RLN credentials. Anyone accessing it may send messages on your behalf, please only share with the RLN dApp";
// Load zero-kit WASM blob.