web/DonateShareCard: localize strings

This commit is contained in:
wukko
2024-08-09 14:40:52 +06:00
parent 536d9c9742
commit 077471d799

View File

@ -58,7 +58,7 @@
<div class="share-button-icon">
<IconShare2 />
</div>
share
{$t("button.share")}
</button>
<button
@ -72,7 +72,7 @@
<div class="share-button-icon">
<IconBrandGithub />
</div>
star
{$t("button.star")}
</button>
<button
@ -86,7 +86,7 @@
<div class="share-button-icon">
<IconBrandTwitter />
</div>
follow
{$t("button.follow")}
</button>
</div>
</div>