1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00

i18n fixes

This commit is contained in:
Harvey Kandola 2022-03-17 16:42:15 -04:00
parent 67070c3bfc
commit 23abcf1585
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
{{#ui/ui-toolbar dark=false light=false raised=false large=false bordered=false}}
{{#if (eq appMeta.edition constants.Product.EnterpriseEdition)}}
{{#if permissions.documentEdit}}
{{#ui/ui-toolbar-dropdown label="Actions" arrow=true}}
{{#ui/ui-toolbar-dropdown label=(localize 'actions') arrow=true}}
{{#attach-popover class="ember-attacher-popper" hideOn="click clickout" showOn="click" isShown=false}}
<ul class="menu">
<li class="item" {{action "onShowRequestContributionModal"}} role="button" tabindex="0">{{localize 'doc_request_contribution'}}</li>