Skip to content

Commit

Permalink
use i18n:domain plone for translations of view/edit action
Browse files Browse the repository at this point in the history
  • Loading branch information
frisi committed May 31, 2021
1 parent b384e9c commit 4e75d6b
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -133,6 +133,7 @@
category="object"
condition_expr=""
i18n:attributes="title"
i18n:domain="plone"
title="View"
url_expr="string:${object_url}"
visible="True">
Expand All @@ -147,6 +148,7 @@
condition_expr=""
{{% endif %}}
i18n:attributes="title"
i18n:domain="plone"
title="Edit"
url_expr="string:${object_url}/edit"
visible="True">
Expand Down

0 comments on commit 4e75d6b

Please sign in to comment.