use 'Library' label instead of 'Purchased' on desktop

This commit is contained in:
Sean Yesmunt 2020-08-20 21:56:35 -04:00
parent 3ca847ece3
commit b688fc1cc0

View file

@ -70,7 +70,7 @@ function SideNavigation(props: Props) {
icon: ICONS.DISCOVER, icon: ICONS.DISCOVER,
}, },
{ {
label: 'Purchased', label: IS_WEB ? 'Purchased' : 'Library',
navigate: `/$/${PAGES.LIBRARY}`, navigate: `/$/${PAGES.LIBRARY}`,
icon: ICONS.PURCHASED, icon: ICONS.PURCHASED,
hideForUnauth: true, hideForUnauth: true,