We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94b5ce1 commit b7a9276Copy full SHA for b7a9276
apps/namadillo/src/App/Transfer/TransferModule.tsx
@@ -354,7 +354,7 @@ export const TransferModule = ({
354
<Link
355
className="text-yellow underline"
356
to={`${routes.transfer}?${params.source}=${shieldedAccount?.address || ""}&${params.destination}=${transparentAccount?.address || ""}`}
357
- title={`View pending transactions`}
+ title={`Unshield`}
358
>
359
Click here.
360
</Link>
0 commit comments