mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 04:39:58 +00:00
web/DonateShareCard: fix copy button not using i18n (#750)
This commit is contained in:
parent
99937f61f6
commit
1bf0d98324
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@
|
|||
<div class="action-button-icon">
|
||||
<CopyIcon check={copied} />
|
||||
</div>
|
||||
copy
|
||||
{$t("button.copy")}
|
||||
</button>
|
||||
|
||||
{#if device.supports.share}
|
||||
|
|
Loading…
Reference in a new issue