1
0
Fork 0
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:
sauls8t 2019-01-23 15:44:20 +00:00
parent 013d09dda4
commit 6126d4dd5d

View file

@ -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 };