Skip to content

Commit

Permalink
Translate What You Can Do title (#6925)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoChevalier authored and Pomax committed Jul 27, 2021
1 parent 38b894f commit 7c68add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion network-api/networkapi/wagtailpages/pagemodels/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ class ParticipatePage2(PrimaryPage):
TranslatableField('search_description'),
SynchronizedField('search_image'),
# Content tab fields
SynchronizedField('title'),
TranslatableField('title'),
SynchronizedField('ctaHero'),
TranslatableField('ctaHeroHeader'),
TranslatableField('ctaHeroSubhead'),
Expand Down

0 comments on commit 7c68add

Please sign in to comment.