1
0
Fork 0
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:
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', 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 };