From b77304f00e6eee4cd976f3a87709509a7d3ed1a7 Mon Sep 17 00:00:00 2001 From: Changaco Date: Thu, 12 Sep 2024 12:07:53 +0200 Subject: [PATCH] fix the displayed lists of supported countries --- www/about/global.spt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/www/about/global.spt b/www/about/global.spt index e560c5226..2458e1125 100644 --- a/www/about/global.spt +++ b/www/about/global.spt @@ -41,16 +41,17 @@ title = _("Global")

{{ _("Best supported territories") }}

-% set SEPA = constants.SEPA +% set stripe_countries = constants.PAYOUT_COUNTRIES['stripe'] +% set stripe_sepa_countries = stripe_countries.intersection(constants.SEPA)

{{ ngettext( "", "Creators in these {n} territories benefit from all of Liberapay's features:", - n=len(SEPA), + n=len(stripe_sepa_countries), ) }}