Downloads & Purchases / Publishes to past tense #158

Closed
tzarebczan wants to merge 1 commit from patch-1 into master

View file

@ -54,9 +54,9 @@ export const selectPageTitle = createSelector(
case 'show': case 'show':
return lbryuri.normalize(params.uri) return lbryuri.normalize(params.uri)
case 'downloaded': case 'downloaded':
return 'Downloads & Purchases' return 'Downloaded & Purchased'
case 'published': case 'published':
return 'Publishes' return 'Published'
case 'start': case 'start':
return 'Start' return 'Start'
case 'publish': case 'publish':