diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 0fe214b3f2..866baa6cc9 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -62,6 +62,7 @@ Changelog * Fix: Populate the correct return value when creating a new snippet within the snippet chooser (claudobahn) * Fix: Reinstate missing filter by page type on page search (Matt Westcott) * Fix: Ensure very long words can wrap when viewing saved comments (Chiemezuo Akujobi) + * Fix: Avoid forgotten password link text conflicting with the supplied aria-label (Thibaud Colas) * Docs: Document `WAGTAILADMIN_BASE_URL` on "Integrating Wagtail into a Django project" page (Shreshth Srivastava) * Docs: Replace incorrect screenshot for authors listing on tutorial (Shreshth Srivastava) * Docs: Add documentation for building non-model-based choosers using the _queryish_ library (Matt Westcott) diff --git a/docs/releases/5.2.md b/docs/releases/5.2.md index 4a0356adc3..774b838afb 100644 --- a/docs/releases/5.2.md +++ b/docs/releases/5.2.md @@ -77,6 +77,7 @@ depth: 1 * Populate the correct return value when creating a new snippet within the snippet chooser (claudobahn) * Reinstate missing filter by page type on page search (Matt Westcott) * Ensure very long words can wrap when viewing saved comments (Chiemezuo Akujobi) + * Avoid forgotten password link text conflicting with the supplied aria-label (Thibaud Colas) ### Documentation diff --git a/wagtail/admin/templates/wagtailadmin/login.html b/wagtail/admin/templates/wagtailadmin/login.html index bb4caec21d..82b1319a35 100644 --- a/wagtail/admin/templates/wagtailadmin/login.html +++ b/wagtail/admin/templates/wagtailadmin/login.html @@ -37,7 +37,7 @@ {% field field=form.password %}{% endfield %} {% if show_password_reset %} - {% trans "Forgotten password?" %} + {% trans "Forgotten password?" %} {% endif %} {% block extra_fields %}