diff --git a/src/_includes/donations-current.html b/src/_includes/donations-current.html
index 559866a..4ccce81 100644
--- a/src/_includes/donations-current.html
+++ b/src/_includes/donations-current.html
@@ -15,7 +15,7 @@
{% if donation.via == 'opencollective' %}
Open Collective |
{% else %}
- {{strings[donation.via][locale]}} |
+ {{strings.donations[donation.via][locale]}} |
{% endif %}
{% if donation.from %}
{{donation.from}} |
diff --git a/src/_includes/donations.html b/src/_includes/donations.html
index d92488e..365318a 100644
--- a/src/_includes/donations.html
+++ b/src/_includes/donations.html
@@ -18,7 +18,7 @@
{% if donation.via == 'opencollective' %}
Open Collective |
{% else %}
- {{strings[donation.via][locale]}} |
+ {{strings.donations[donation.via][locale]}} |
{% endif %}
{% if donation.from %}
{{donation.from}} |