diff --git a/network-api/networkapi/wagtailpages/migrations/0163_remove_focusarea_page_homepage_hero_intro_body_and_more.py b/network-api/networkapi/wagtailpages/migrations/0163_remove_focusarea_page_homepage_hero_intro_body_and_more.py index e17c329fbf..db63c633c5 100644 --- a/network-api/networkapi/wagtailpages/migrations/0163_remove_focusarea_page_homepage_hero_intro_body_and_more.py +++ b/network-api/networkapi/wagtailpages/migrations/0163_remove_focusarea_page_homepage_hero_intro_body_and_more.py @@ -1,4 +1,4 @@ -# Generated by Django 4.2.15 on 2024-09-20 08:22 +# Generated by Django 4.2.15 on 2024-09-20 09:07 import wagtail.blocks import wagtail.documents.blocks @@ -33,7 +33,7 @@ class Migration(migrations.Migration): name="hero_intro_heading", field=models.CharField( blank=True, - default="A healthy internet is one in which privacy, openness, and inclusion are the norms. ", + default="A healthy internet is one in which privacy, openness, and inclusion are the norms.", max_length=100, ), ),