From 2c38a363d751a5c8aee8beb8f968b16686be53c3 Mon Sep 17 00:00:00 2001 From: satoshi-sh Date: Wed, 18 Oct 2023 15:24:01 -0500 Subject: [PATCH] Changed the button text to 'Create List' so that it matches the meaning of the action. --- .../molecules/HubContributorsHeader/hub-contributors-header.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/molecules/HubContributorsHeader/hub-contributors-header.tsx b/components/molecules/HubContributorsHeader/hub-contributors-header.tsx index 2fff8ac15e..cd36b013c7 100644 --- a/components/molecules/HubContributorsHeader/hub-contributors-header.tsx +++ b/components/molecules/HubContributorsHeader/hub-contributors-header.tsx @@ -95,7 +95,7 @@ const HubContributorsHeader = ({ variant="text" onClick={onAddToList} > - Add to List + Create List