Skip to content

Commit

Permalink
fix services page
Browse files Browse the repository at this point in the history
  • Loading branch information
Grace-Amondi committed May 4, 2023
1 parent 7565550 commit a4555f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ def get_children_pages(self):
return self.get_children().live()

class Meta:
verbose_name = 'Service Index Page'
verbose_name_plural = 'Service Index Pages'
verbose_name = _('Service List Page')
verbose_name_plural = _('Service List Pages')

class ServiceIndexPage(Page):
template = 'services_page.html'
Expand Down

0 comments on commit a4555f2

Please sign in to comment.