diff --git a/web/i18n/en/donate.json b/web/i18n/en/donate.json index 7cadafde..09e27130 100644 --- a/web/i18n/en/donate.json +++ b/web/i18n/en/donate.json @@ -15,5 +15,7 @@ "card.option.5": "cup of coffee", "card.option.10": "full size pizza", "card.option.15": "full lunch", - "card.option.30": "lunch for two" + "card.option.30": "lunch for two", + + "card.custom.submit": "donate custom amount" } diff --git a/web/src/components/donate/DonateOptionsCard.svelte b/web/src/components/donate/DonateOptionsCard.svelte index f9211bc8..ac36b984 100644 --- a/web/src/components/donate/DonateOptionsCard.svelte +++ b/web/src/components/donate/DonateOptionsCard.svelte @@ -50,12 +50,14 @@