mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
i18n fixes
This commit is contained in:
parent
67070c3bfc
commit
23abcf1585
3 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue