Skip to content

Commit

Permalink
Update grapple/types/structures.py
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Braghiș <[email protected]>
  • Loading branch information
dopry and zerolab authored Sep 20, 2024
1 parent b5c2ed0 commit 84404de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grapple/types/structures.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ def __init__(self, of_type, *args, **kwargs):
kwargs["in_menu"] = graphene.Argument(
graphene.Boolean,
description=_(
"Filter pages by Page.show_in_menus property. ie) The "
"'show in menus' checkbox in the page editor is checked."
"Filter pages by Page.show_in_menus property. That is, the "
"'show in menus' checkbox is checked in the page editor."
),
)
# Enable limiting on the queryset.
Expand Down

0 comments on commit 84404de

Please sign in to comment.