Skip to content

Commit c711638

Browse files
committed
fix: update cost display in GraphAnalyticsForm to reflect accurate pricing
- Changed the displayed cost message from "0.01 up to 1 TON" to "0.01 up to 5 USD" in the GraphAnalyticsForm component. - This update ensures that users receive correct information regarding the potential costs associated with their requests, enhancing clarity and transparency.
1 parent 5accf2e commit c711638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/features/analytics/ui/graph/GraphAnalyticsForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const GraphAnalyticsForm: FC<GraphAnalyticsFormProps> = ({
164164
>
165165
Send
166166
</Button>
167-
<Box>The request can cost from 0.01 up to 1 TON</Box>
167+
<Box>The request can cost from 0.01 up to 5 USD</Box>
168168
</Flex>
169169
</>
170170
)}

0 commit comments

Comments
 (0)