diff --git a/app/javascript/wardrobe-2020/WardrobePage/ItemsPanel.js b/app/javascript/wardrobe-2020/WardrobePage/ItemsPanel.js index db361aa6..5d1bfd29 100644 --- a/app/javascript/wardrobe-2020/WardrobePage/ItemsPanel.js +++ b/app/javascript/wardrobe-2020/WardrobePage/ItemsPanel.js @@ -280,8 +280,8 @@ function ItemZoneGroupSkeleton({ itemCount }) { /** * GetTheseItemsButton shows the "Get these items!" button, to link to the - * Item Getting Guide page for the items in this outfit. If there are no items - * being worn, this is disabled. + * Shopping List page for the items in this outfit. If there are no items being + * worn, this is disabled. */ function GetTheseItemsButton({ outfitState }) { const [searchParams] = useSearchParams(); @@ -305,13 +305,13 @@ function GetTheseItemsButton({ outfitState }) { return (