From c96b726a6118bc2b82c32c018cc2d73a171c4724 Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 9 Jul 2024 13:04:22 -0700 Subject: [PATCH] Rebrand the "Item Getting Guide" as "Shopping List" Two reasons for this new title: 1. The pitch for "Get these items!" is weaker, now that we're not getting the power-user integrations we'd planned around. 2. I literally only just thought of it now! --- app/javascript/wardrobe-2020/WardrobePage/ItemsPanel.js | 8 ++++---- app/views/items/sources.html.haml | 8 ++++++-- 2 files changed, 10 insertions(+), 6 deletions(-) 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 (