From b688fc1cc0b2e9e04e9f644a42b3f6ecff3e4264 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Thu, 20 Aug 2020 21:56:35 -0400 Subject: [PATCH] use 'Library' label instead of 'Purchased' on desktop --- ui/component/sideNavigation/view.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/component/sideNavigation/view.jsx b/ui/component/sideNavigation/view.jsx index c55f74355..7258354b9 100644 --- a/ui/component/sideNavigation/view.jsx +++ b/ui/component/sideNavigation/view.jsx @@ -70,7 +70,7 @@ function SideNavigation(props: Props) { icon: ICONS.DISCOVER, }, { - label: 'Purchased', + label: IS_WEB ? 'Purchased' : 'Library', navigate: `/$/${PAGES.LIBRARY}`, icon: ICONS.PURCHASED, hideForUnauth: true,