From 11e991dc08624d901c2b67780c9519f97c76d424 Mon Sep 17 00:00:00 2001 From: guy <28496268+hellofromguy@users.noreply.github.com> Date: Tue, 17 Oct 2023 10:51:39 -0500 Subject: [PATCH] pick copy updates --- .../components/Farmer/Unripe/PickDialog.tsx | 12 ++++---- projects/ui/src/graph/graphql.schema.json | 30 ++++++++++++++----- 2 files changed, 29 insertions(+), 13 deletions(-) diff --git a/projects/ui/src/components/Farmer/Unripe/PickDialog.tsx b/projects/ui/src/components/Farmer/Unripe/PickDialog.tsx index 32d24a66ff..1eb97eed4a 100644 --- a/projects/ui/src/components/Farmer/Unripe/PickDialog.tsx +++ b/projects/ui/src/components/Farmer/Unripe/PickDialog.tsx @@ -297,17 +297,17 @@ const PickBeansDialog: FC< const tab0 = ( <> - Pick non-Deposited Unripe Beans and Unripe BEAN:3CRV LP + Pick non-Deposited Unripe Beans and Unripe BEAN:ETH LP pick - To claim non-Deposited Unripe Beans and Unripe BEAN:3CRV LP, they must - be Picked. After Replant, you can Pick assets to your wallet, or Pick + To claim non-Deposited Unripe Beans and Unripe BEAN:ETH LP, they must + be Picked. You can Pick assets to your wallet, or Pick and Deposit them directly in the Silo.

- Unripe Deposited assets do not need to be Picked and will be + Unripe Deposited assets do not need to be Picked and were be automatically Deposited at Replant.

@@ -353,7 +353,7 @@ const PickBeansDialog: FC< * Section 3b: Total Unripe Beans */} - Unripe Beans available to Pick at Replant + Unripe Beans available to Pick Circulating Beans @@ -417,7 +417,7 @@ const PickBeansDialog: FC< */} - Unripe BEAN:3CRV LP available to Pick at Replant + Unripe BEAN:ETH LP available to Pick Circulating Beans diff --git a/projects/ui/src/graph/graphql.schema.json b/projects/ui/src/graph/graphql.schema.json index a8621af21e..4674251193 100644 --- a/projects/ui/src/graph/graphql.schema.json +++ b/projects/ui/src/graph/graphql.schema.json @@ -157028,7 +157028,9 @@ "name": "derivedFrom", "description": "creates a virtual field on the entity that may be queried but cannot be set manually through the mappings API.", "isRepeatable": false, - "locations": ["FIELD_DEFINITION"], + "locations": [ + "FIELD_DEFINITION" + ], "args": [ { "name": "field", @@ -157052,14 +157054,20 @@ "name": "entity", "description": "Marks the GraphQL type as indexable entity. Each type that should be an entity is required to be annotated with this directive.", "isRepeatable": false, - "locations": ["OBJECT"], + "locations": [ + "OBJECT" + ], "args": [] }, { "name": "include", "description": "Directs the executor to include this field or fragment only when the `if` argument is true.", "isRepeatable": false, - "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"], + "locations": [ + "FIELD", + "FRAGMENT_SPREAD", + "INLINE_FRAGMENT" + ], "args": [ { "name": "if", @@ -157083,7 +157091,11 @@ "name": "skip", "description": "Directs the executor to skip this field or fragment when the `if` argument is true.", "isRepeatable": false, - "locations": ["FIELD", "FRAGMENT_SPREAD", "INLINE_FRAGMENT"], + "locations": [ + "FIELD", + "FRAGMENT_SPREAD", + "INLINE_FRAGMENT" + ], "args": [ { "name": "if", @@ -157107,7 +157119,9 @@ "name": "specifiedBy", "description": "Exposes a URL that specifies the behavior of this scalar.", "isRepeatable": false, - "locations": ["SCALAR"], + "locations": [ + "SCALAR" + ], "args": [ { "name": "url", @@ -157131,7 +157145,9 @@ "name": "subgraphId", "description": "Defined a Subgraph ID for an object type", "isRepeatable": false, - "locations": ["OBJECT"], + "locations": [ + "OBJECT" + ], "args": [ { "name": "id", @@ -157153,4 +157169,4 @@ } ] } -} +} \ No newline at end of file