Skip to content
Snippets Groups Projects
Commit 5a9c08e1 authored by Piotr Berezka's avatar Piotr Berezka
Browse files

change hive in transfer dialog to capital letters

parent 9e7f49ce
No related branches found
No related tags found
1 merge request!548Resolve "HIVE as a currency should be written in capital letters in the balance"
Pipeline #114186 failed
......@@ -349,7 +349,7 @@ export function TransferDialog({
className="col-span-3 w-fit pl-0"
onClick={() => setValue(data.amount.replace(/[^0-9.]/g, ''))}
>
{t('transfers_page.balance')}: {data.amount}
{t('transfers_page.balance')}: {data.amount.toUpperCase()}
</Button>
</div>
{type === 'transfers' && (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment