Skip to content

Commit

Permalink
Change alternate lead image description again
Browse files Browse the repository at this point in the history
  • Loading branch information
miknevinas committed Apr 18, 2024
1 parent a143343 commit 73ed9f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castle/cms/behaviors/leadimage.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class IRequiredLeadImage(model.Schema):

alternate_image = namedfile.NamedBlobImage(
title=_(u'label_alternateleadimage', default=u'Alternate Lead Image'),
description=_(u'label_alternateleadimage', default=u'An image that can be displayed in tiles that support alternate images.'),
description=_(u'label_alternateleadimage', default=u'An image to be displayed in tiles that support alternate lead images.'),
required=False
)

Expand Down

0 comments on commit 73ed9f6

Please sign in to comment.