Skip to content

Commit 8cc00c2

Browse files
committed
fix: AO ticker instead of LST for projections
1 parent 287edd9 commit 8cc00c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Mint/MintBalances/BalanceSection/BalanceSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ export default function BalanceSection(props: IProps) {
264264
}
265265
return (
266266
<>
267-
{formatDisplayAmount(amount)} {token.ticker}
267+
{formatDisplayAmount(amount)} {language.ao}
268268
</>
269269
);
270270
} else {

0 commit comments

Comments
 (0)