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
- 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
@@ -417,7 +417,7 @@ const PickBeansDialog: FC<
*/}
- Unripe BEAN:3CRV LP available to Pick at Replant
+ Unripe BEAN:ETH LP available to Pick
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