Skip to content

Commit

Permalink
change copy addres to copy bop21
Browse files Browse the repository at this point in the history
  • Loading branch information
dni committed Jan 4, 2024
1 parent 8f10761 commit a2798cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/status/InvoiceSet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ const InvoiceSet = () => {
</span>
<span
class="btn"
onclick={() => clipboard(swap().address, t("copied"))}>
{t("copy_address")}
onclick={() => clipboard(swap().bip21, t("copied"))}>
{t("copy_bip21")}
</span>
<a href={swap().bip21} class="btn">
{t("open_in_wallet")}
Expand Down

0 comments on commit a2798cb

Please sign in to comment.