Skip to content

Commit

Permalink
Merge pull request #148 from plone/fredvd-patch-1
Browse files Browse the repository at this point in the history
Remove spaces
  • Loading branch information
mauritsvanrees authored Jun 30, 2021
2 parents ff65f42 + cd107aa commit f65f2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plone/app/portlets/portlets/recent.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class IRecentPortlet(IPortletDataProvider):
min=1)

no_icons = schema.Bool(
title=_(u"Suppress Icons "),
title=_(u"Suppress Icons"),
description=_(
u"If enabled, the portlet will not show document type icons"),
required=False,
Expand Down
2 changes: 1 addition & 1 deletion plone/app/portlets/portlets/review.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
class IReviewPortlet(IPortletDataProvider):

no_icons = schema.Bool(
title=_(u"Suppress Icons "),
title=_(u"Suppress Icons"),
description=_(
u"If enabled, the portlet will not show document type icons"),
required=False,
Expand Down

0 comments on commit f65f2be

Please sign in to comment.