Skip to content

Commit

Permalink
Improve help text
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Jul 2, 2023
1 parent 77f94e2 commit 48d56b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class FormattedImageChooserStructBlock(wagtail_blocks.StructBlock):
help_text="Enter the desired image width value in pixels up to 800 max.",
)
align = wagtail_blocks.ChoiceBlock(
help_test="Optionally align image left or right",
help_test="Optionally align image left or right. Will default to block alignment.", # noqa: E501
choices=(
("left", "Left"),
("right", "Right"),
Expand Down

0 comments on commit 48d56b6

Please sign in to comment.