Skip to content

Commit 19148c1

Browse files
authored
Update Calculator.tsx
1 parent cf64947 commit 19148c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

erc20-losses-sources/src/blocks/Calculator.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const Calculator = () => {
1717
leftContent={
1818
<div className="flex flex-col gap-4 w-full text-[18px] text-[#E3E3E3]">
1919
<p>
20-
{`For each token contract address in the left input the script calculates how much of this tokens are permanently stuck in all the addresses from both the right input and the left inputs.`}
20+
{`For each token contract address in the left input the script calculates how much of this tokens are permanently stuck in all the addresses from both the right and the left inputs.`}
2121
</p>
2222
<p>
2323
{`Found a problem with the script? `}

0 commit comments

Comments
 (0)