diff --git a/CHANGELOG.rst b/CHANGELOG.rst
index 3e03eb34752bd125f9ae286dbc40c101f31646f8..caa0a420e9d46564ec1280c8b7b8e1e433dcbb3c 100644
--- a/CHANGELOG.rst
+++ b/CHANGELOG.rst
@@ -18,6 +18,7 @@ Fixed
 ~~~~~
 
 * Correctly update theme colours on change again
+* Imprint is now called "Imprint" and not "Impress".
 * Logo files weren't uploaded to public namespace.
 
 `2.3.1`_ – 2021-12-17
diff --git a/aleksis/core/templates/core/base.html b/aleksis/core/templates/core/base.html
index 6c47c2a3bd0da7ba02e4c8aa96e7a5787cd933c0..06aebc4533369e9b7af39051dcb80713193f50d5 100644
--- a/aleksis/core/templates/core/base.html
+++ b/aleksis/core/templates/core/base.html
@@ -180,7 +180,7 @@
         <span id="doit"></span>
         {% if request.site.preferences.footer__imprint_url %}
           <a class="blue-text text-lighten-4" href="{{ request.site.preferences.footer__imprint_url }}">
-            {% trans "Impress" %}
+            {% trans "Imprint" %}
           </a>
         {% endif %}
         {% if request.site.preferences.footer__privacy_url and request.site.preferences.footer__imprint_url %}