use 'Library' label instead of 'Purchased' on desktop
This commit is contained in:
parent
3ca847ece3
commit
b688fc1cc0
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue