Skip to content

Fix duplicated help_text for featured sections on HomePage#631

Merged
thibaudcolas merged 2 commits intowagtail:mainfrom
SahuShweta:fix-450-featured-helptext
Mar 10, 2026
Merged

Fix duplicated help_text for featured sections on HomePage#631
thibaudcolas merged 2 commits intowagtail:mainfrom
SahuShweta:fix-450-featured-helptext

Conversation

@SahuShweta
Copy link
Contributor

Summary

This PR fixes Issue #450 where the help text for the "featured sections" field on the HomePage model duplicated the help text of the "Promo title" field.

Problem

Both fields had identical help_text values, which caused confusion in the admin interface as the description did not accurately reflect the purpose of the "featured sections" field.

Solution

Updated the help_text for the "featured sections" field to clearly describe its intended purpose.

  • No field names were changed
  • No field types were modified
  • No functional behavior was altered
  • Only the incorrect help_text was updated

Testing

  • Ran migrations (if applicable)
  • Executed python manage.py test
  • All tests passed successfully

This change is minimal and addresses only Issue #450 without introducing unrelated modifications.

Copy link
Member

@thibaudcolas thibaudcolas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Nice little improvement though I think for something like this it’s simpler and safe enough to edit the existing migration.

@thibaudcolas thibaudcolas merged commit c3eebcd into wagtail:main Mar 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants