mirror of
https://github.com/documize/community.git
synced 2025-07-23 23:29:42 +02:00
Add “Reply” to constants
This commit is contained in:
parent
ef5e4db298
commit
7eec01811a
2 changed files with 2 additions and 2 deletions
|
@ -355,6 +355,7 @@ let constants = EmberObject.extend({
|
|||
Publish: 'Publish',
|
||||
Reject: 'Reject',
|
||||
Remove: 'Remove',
|
||||
Reply: 'Reply',
|
||||
Reset: 'Reset',
|
||||
Restore: 'Restore',
|
||||
Request: 'Request',
|
||||
|
|
|
@ -64,8 +64,7 @@
|
|||
{{/if}}
|
||||
|
||||
{{#if permissions.documentEdit}}
|
||||
{{ui/ui-toolbar-icon icon=constants.Icon.Settings color=constants.Color.Green
|
||||
tooltip="Rename, Categories, Tag, Status, Workflow" linkTo="document.settings"}}
|
||||
{{ui/ui-toolbar-icon icon=constants.Icon.Settings color=constants.Color.Green tooltip="Rename, Categories, Tag, Status, Workflow" linkTo="document.settings"}}
|
||||
{{/if}}
|
||||
{{/ui/ui-toolbar}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue