diff --git a/CHANGELOG.rst b/CHANGELOG.rst index ab75143213bd2a9723566d27a124f32783e5ef52..83c663e37db5b43811af5d922b2bfdb278b76611 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". `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 %}