mirror of
https://github.com/documize/community.git
synced 2025-07-28 01:29: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',
|
Invite: 'Invite',
|
||||||
Join: 'Join',
|
Join: 'Join',
|
||||||
Leave: 'Leave',
|
Leave: 'Leave',
|
||||||
|
Move: 'Move',
|
||||||
Next: 'Next',
|
Next: 'Next',
|
||||||
OK: 'OK',
|
OK: 'OK',
|
||||||
|
Preview: 'Preview',
|
||||||
Publish: 'Publish',
|
Publish: 'Publish',
|
||||||
Reject: 'Reject',
|
Reject: 'Reject',
|
||||||
Remove: 'Remove',
|
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