mirror of
https://github.com/imputnet/cobalt.git
synced 2024-12-28 18:46:09 +00:00
web/DonateShareCard: fix copy button not using i18n (#750)
Some checks are pending
Run service tests / test service functionality (push) Waiting to run
Run service tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
Some checks are pending
Run service tests / test service functionality (push) Waiting to run
Run service tests / test service: ${{ matrix.service }} (push) Blocked by required conditions
Run tests / check lockfile correctness (push) Waiting to run
Run tests / web sanity check (push) Waiting to run
Run tests / api sanity check (push) Waiting to run
This commit is contained in:
parent
99937f61f6
commit
1bf0d98324
|
@ -59,7 +59,7 @@
|
||||||
<div class="action-button-icon">
|
<div class="action-button-icon">
|
||||||
<CopyIcon check={copied} />
|
<CopyIcon check={copied} />
|
||||||
</div>
|
</div>
|
||||||
copy
|
{$t("button.copy")}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
{#if device.supports.share}
|
{#if device.supports.share}
|
||||||
|
|
Loading…
Reference in a new issue