From c55f71a000c73f77a622efc878d8755dd58d485e Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 9 Jul 2024 13:36:42 -0700 Subject: [PATCH] Rename GetTheseItemsButton -> ShoppingListButton Just for consistency with the user-facing branding! --- .../wardrobe-2020/WardrobePage/ItemsPanel.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/javascript/wardrobe-2020/WardrobePage/ItemsPanel.js b/app/javascript/wardrobe-2020/WardrobePage/ItemsPanel.js index 927f0c38..d84058be 100644 --- a/app/javascript/wardrobe-2020/WardrobePage/ItemsPanel.js +++ b/app/javascript/wardrobe-2020/WardrobePage/ItemsPanel.js @@ -279,11 +279,11 @@ function ItemZoneGroupSkeleton({ itemCount }) { } /** - * GetTheseItemsButton shows the "Get these items!" button, to link to the - * Shopping List page for the items in this outfit. If there are no items being - * worn, this is disabled. + * ShoppingListButton shows the "Shopping list" button, to link to the Shopping= + * List page for the items in this outfit. If there are no items being worn, + * this is disabled. */ -function GetTheseItemsButton({ outfitState }) { +function ShoppingListButton({ outfitState }) { const [searchParams] = useSearchParams(); const [isVisible, setIsVisible] = useLocalStorage("DTIShowGetTheseItems"); @@ -466,7 +466,7 @@ function OutfitHeading({ outfitState, outfitSaving, dispatchToOutfit }) { - +