Skip to content

Commit a8e7164

Browse files
authored
Merge pull request #73 from permaweb/fix/projection-ticker
fix: AO ticker instead of LST for projections
2 parents 287edd9 + 8cc00c2 commit a8e7164

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)