Skip to content

Commit

Permalink
fix: action names
Browse files Browse the repository at this point in the history
  • Loading branch information
remdub committed Mar 8, 2024
1 parent 39ad49d commit d6f49ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/collective/plausible/profiles/default/actions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<object name="portal_actions" meta_type="Plone Actions Tool"
xmlns:i18n="http://xml.zope.org/namespaces/i18n">
<object meta_type="CMF Action Category" name="object">
<object meta_type="CMF Action" name="statistics" i18n:domain="collective.plausible">
<object meta_type="CMF Action" name="plausible-view" i18n:domain="collective.plausible">
<property name="title" i18n:translate="">Statistics</property>
<property name="description" i18n:translate=""/>
<property name="url_expr">string:$object_url/@@plausible-view</property>
Expand All @@ -13,7 +13,7 @@
</property>
<property name="visible">True</property>
</object>
<object meta_type="CMF Action" name="statistics" i18n:domain="collective.plausible">
<object meta_type="CMF Action" name="plausible-healthcheck" i18n:domain="collective.plausible">
<property name="title" i18n:translate="">Plausible server healthcheck</property>
<property name="description" i18n:translate=""/>
<property name="url_expr">string:$object_url/@@plausible-healthcheck</property>
Expand Down
4 changes: 2 additions & 2 deletions src/collective/plausible/upgrades/1002/actions.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</object>
</object>
<object meta_type="CMF Action Category" name="object">
<object meta_type="CMF Action" name="statistics" i18n:domain="collective.plausible">
<object meta_type="CMF Action" name="plausible-view" i18n:domain="collective.plausible">
<property name="title" i18n:translate="">Statistics</property>
<property name="description" i18n:translate=""/>
<property name="url_expr">string:$object_url/@@plausible-view</property>
Expand All @@ -17,7 +17,7 @@
</property>
<property name="visible">True</property>
</object>
<object meta_type="CMF Action" name="statistics" i18n:domain="collective.plausible">
<object meta_type="CMF Action" name="plausible-healthcheck" i18n:domain="collective.plausible">
<property name="title" i18n:translate="">Plausible server healthcheck</property>
<property name="description" i18n:translate=""/>
<property name="url_expr">string:$object_url/@@plausible-healthcheck</property>
Expand Down

0 comments on commit d6f49ae

Please sign in to comment.