Publish => Upload
This commit is contained in:
parent
fd6be7d3af
commit
201417efcf
21 changed files with 64 additions and 84 deletions
ui/constants
|
@ -10,8 +10,10 @@ exports.HOME = 'home';
|
|||
exports.HELP = 'help';
|
||||
exports.LIBRARY = 'library';
|
||||
exports.INVITE = 'invite';
|
||||
exports.PUBLISH = 'publish';
|
||||
exports.PUBLISHED = 'published';
|
||||
exports.DEPRECATED__PUBLISH = 'publish';
|
||||
exports.DEPRECATED__PUBLISHED = 'published';
|
||||
exports.UPLOAD = 'upload';
|
||||
exports.UPLOADS = 'uploads';
|
||||
exports.GET_CREDITS = 'getcredits';
|
||||
exports.REPORT = 'report';
|
||||
exports.REWARDS = 'rewards';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue