diff --git a/templates/macros/payment-methods.html b/templates/macros/payment-methods.html
index 700b045fc..cee07765c 100644
--- a/templates/macros/payment-methods.html
+++ b/templates/macros/payment-methods.html
@@ -11,7 +11,7 @@
"({list_of_card_brands}), or by direct debit of a Euro bank account "
"(for donations in Euro only).",
username=tippee.username,
- list_of_card_brands=["Visa", "Mastercard", "American Express", "UnionPay", "Discover", "Diners"],
+ list_of_card_brands=["Visa", "Mastercard", "American Express", "UnionPay", "Discover", "Diners", "JCB"],
) if tippee.payment_providers == 1 else _(
"Donations to {username} are processed through PayPal.",
username=tippee.username
@@ -20,7 +20,7 @@
"({list_of_card_brands}), a Euro bank account (SEPA Direct Debit), or "
"a PayPal account.",
username=tippee.username,
- list_of_card_brands=["Visa", "Mastercard", "American Express", "UnionPay", "Discover", "Diners"],
+ list_of_card_brands=["Visa", "Mastercard", "American Express", "UnionPay", "Discover", "Diners", "JCB"],
) }}
% endmacro
diff --git a/www/about/faq.spt b/www/about/faq.spt
index 7c99b1d38..35b810d5d 100644
--- a/www/about/faq.spt
+++ b/www/about/faq.spt
@@ -175,7 +175,7 @@ title = _("Frequently Asked Questions")
"well as SEPA Direct Debits (for Euro donations only). If a payment is "
"through PayPal, then it's possible to pay in various ways, however "
"the donor needs to have or create a PayPal account.",
- list_of_card_brands=["Visa", "Mastercard", "American Express", "UnionPay", "Discover", "Diners"]
+ list_of_card_brands=["Visa", "Mastercard", "American Express", "UnionPay", "Discover", "Diners", "JCB"]
) }}