From bebbcfb48dff852ce6beac8d101090a61045f21a Mon Sep 17 00:00:00 2001 From: LB Johnston Date: Tue, 18 Jul 2023 21:31:13 +1000 Subject: [PATCH] Fix a few grammar / spelling typos in the 5.1 release notes --- CHANGELOG.txt | 4 ++-- docs/releases/5.1.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 9b5c8a0242..f0afd18152 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -55,8 +55,8 @@ Changelog * Fix: Fix incorrect override of `PagePermissionHelper.user_can_unpublish_obj()` in ModelAdmin (Sébastien Corbin) * Fix: Prevent memory exhaustion when updating a large number of image renditions (Jake Howard) * Fix: Add missing Time Zone conversions and date formatting throughout the admin (Stefan Hammer) - * Fix: Ensure that audit logs and revisions are consistently use UTC and add migration for existing entries (Stefan Hammer) - * Fix: Make sure "critical" buttons have enough color contrast in dark mode (Albina Starykova) + * Fix: Ensure that audit logs and revisions consistently use UTC and add migration for existing entries (Stefan Hammer) + * Fix: Make sure "critical" buttons have enough colour contrast in dark mode (Albina Starykova) * Fix: Improve visibility of scheduled publishing errors in status side panel (Sage Abdullah) * Fix: Prevent 'choose' permission from being ignored when looking up 'choose', 'edit' and 'delete' permissions in combination (Sage Abdullah) * Fix: Take user's permissions into account for image / document counts on the admin dashboard (Sage Abdullah) diff --git a/docs/releases/5.1.md b/docs/releases/5.1.md index 8bed348f6a..ff170f1d4e 100644 --- a/docs/releases/5.1.md +++ b/docs/releases/5.1.md @@ -19,7 +19,7 @@ FieldPanels can now be marked as read-only with the `read_only=True` keyword arg As part of Google Season of Docs 2023, we worked with technical writer Damilola Oladele to make improvements to Wagtail’s "Getting started" tutorial. Here are the specific changes made as part of this project: - * Revamp the start of the getting started section, with separate quick install page + * Revamp the start of the getting started section, with a separate quick install page * Move the tutorial’s snippets section to come before tags * Rewrite the getting started tutorial to address identified friction points * Switch the Getting started tutorial’s snippets example to be more understandable @@ -112,8 +112,8 @@ This feature was developed by Aman Pandey as part of the Google Summer of Code p * Fix incorrect override of `PagePermissionHelper.user_can_unpublish_obj()` in ModelAdmin (Sébastien Corbin) * Prevent memory exhaustion when updating a large number of image renditions (Jake Howard) * Add missing Time Zone conversions and date formatting throughout the admin (Stefan Hammer) - * Ensure that audit logs and revisions are consistently use UTC and add migration for existing entries (Stefan Hammer) - * Make sure "critical" buttons have enough color contrast in dark mode (Albina Starykova) + * Ensure that audit logs and revisions consistently use UTC and add migration for existing entries (Stefan Hammer) + * Make sure "critical" buttons have enough colour contrast in dark mode (Albina Starykova) * Improve visibility of scheduled publishing errors in status side panel (Sage Abdullah) * Prevent 'choose' permission from being ignored when looking up 'choose', 'edit' and 'delete' permissions in combination (Sage Abdullah) * Take user's permissions into account for image / document counts on the admin dashboard (Sage Abdullah)