Skip to content
This repository was archived by the owner on Aug 17, 2021. It is now read-only.

Commit 8d1763a

Browse files
committed
refactor: reword ArVerify section
1 parent 93bf83a commit 8d1763a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/components/app/Balance.svelte

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,10 @@
114114
<h1 style="text-align: center;">🤖?</h1>
115115
<p style="text-align: justify;">
116116
ArVerify checks to ensure an Arweave wallet address is owned by an actual
117-
person, not a robot. Verifying signifies your unique identity on the
118-
permaweb and promotes trust for person-to-person interactions across the
119-
network.
117+
person, not a robot. Verifying promotes trust for person-to-person
118+
interactions across the network.
120119
</p>
121-
<p>Click the URL below to verify your address:</p>
120+
<p>Click the URL below to verify your wallet:</p>
122121
{#await verify(JSON.parse($keyfile)) then verifyURL}
123122
<a href={verifyURL} target="_blank" rel="noopener noreferer">{verifyURL}</a>
124123
{/await}

0 commit comments

Comments
 (0)