Downloads & Purchases / Publishes to past tense #158

Closed
tzarebczan wants to merge 1 commit from patch-1 into master
Showing only changes of commit dc8add9291 - Show all commits

View file

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