Publish => Upload

This commit is contained in:
Sean Yesmunt 2020-07-23 13:02:07 -04:00
parent fd6be7d3af
commit 201417efcf
21 changed files with 64 additions and 84 deletions
ui/constants

View file

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