web/DonateShareCard: fix copy button not using i18n (#750)

This commit is contained in:
lath
2024-09-16 07:14:29 +02:00
committed by GitHub
parent 99937f61f6
commit 1bf0d98324

View File

@@ -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}