Skip to content

Commit

Permalink
Fixed ContentCategory portal_type title in ContentCategory.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
gbastien committed Aug 8, 2023
1 parent 19b8540 commit c79c102
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Changelog
- Force icon `width/height` to `16px` in `tooltipster`
(`categorized-childs.pt` and `categorized-childs-infos.pt`).
[gbastien]
- Fixed `ContentCategory` portal_type title in `ContentCategory.xml`.
[gbastien]

0.57 (2023-03-30)
-----------------
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<object name="ContentCategory" meta_type="Dexterity FTI" i18n:domain="collective.iconifiedcategory"
xmlns:i18n="http://xml.zope.org/namespaces/i18n">
<property name="title" i18n:translate="ContentCategory">Content category</property>
<property name="title" i18n:translate="ContentCategory">ContentCategory</property>
<property name="description" i18n:translate=""></property>
<property name="icon_expr"></property>
<property name="factory">Category</property>
Expand Down

0 comments on commit c79c102

Please sign in to comment.