diff --git a/bookwyrm/templates/about/about.html b/bookwyrm/templates/about/about.html
index c446e0cf2..6705793d5 100644
--- a/bookwyrm/templates/about/about.html
+++ b/bookwyrm/templates/about/about.html
@@ -10,8 +10,9 @@
{% endblock %}
{% block about_content %}
+{% get_current_language as LANGUAGE_CODE %}
{# seven day cache #}
-{% cache 604800 about_page_superlatives %}
+{% cache 604800 about_page_superlatives LANGUAGE_CODE %}
{% get_book_superlatives as superlatives %}