mirror of
https://github.com/documize/community.git
synced 2025-07-24 07:39:43 +02:00
Introduce additional UI label constants
This commit is contained in:
parent
013d09dda4
commit
6126d4dd5d
1 changed files with 3 additions and 1 deletions
|
@ -337,8 +337,10 @@ let constants = EmberObject.extend({
|
|||
Invite: 'Invite',
|
||||
Join: 'Join',
|
||||
Leave: 'Leave',
|
||||
Move: 'Move',
|
||||
Next: 'Next',
|
||||
OK: 'OK',
|
||||
Preview: 'Preview',
|
||||
Publish: 'Publish',
|
||||
Reject: 'Reject',
|
||||
Remove: 'Remove',
|
||||
|
@ -357,4 +359,4 @@ let constants = EmberObject.extend({
|
|||
}
|
||||
});
|
||||
|
||||
export default { constants }
|
||||
export default { constants };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue