Downloads & Purchases / Publishes to past tense

Change text "Downloads & Purchases" to "Downloaded & Purchased"
Change text "Publishes" to "Published"
This commit is contained in:
Thomas Zarebczan 2017-05-29 16:39:52 -04:00 committed by GitHub
parent adaced37ec
commit dc8add9291

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':