Downloads & Purchases / Publishes to past tense #158
1 changed files with 3 additions and 3 deletions
|
@ -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':
|
||||||
|
|
Loading…
Reference in a new issue