mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-08-06 13:44:35 -04:00
chore(MyWallet): Fix typo.
This commit is contained in:
parent
68d44a2d60
commit
a420e921e8
2 changed files with 3 additions and 3 deletions
|
@ -46,7 +46,7 @@ describe("organisms::MyWalletMoneroBalance", () => {
|
||||||
unmount();
|
unmount();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("contains available balance, reservered funds and locked funds details", () => {
|
it("contains available balance, reserved funds and locked funds details", () => {
|
||||||
const { unmount } = render(
|
const { unmount } = render(
|
||||||
<AppProviders>
|
<AppProviders>
|
||||||
<MyWalletMoneroBalance />
|
<MyWalletMoneroBalance />
|
||||||
|
@ -58,7 +58,7 @@ describe("organisms::MyWalletMoneroBalance", () => {
|
||||||
unmount();
|
unmount();
|
||||||
});
|
});
|
||||||
|
|
||||||
it("contains available balance, reservered funds and locked funds details", () => {
|
it("contains available balance, reserved funds and locked funds details values", () => {
|
||||||
const { unmount } = render(
|
const { unmount } = render(
|
||||||
<AppProviders>
|
<AppProviders>
|
||||||
<MyWalletMoneroBalance />
|
<MyWalletMoneroBalance />
|
||||||
|
|
|
@ -67,7 +67,7 @@ export enum LangKeys {
|
||||||
MyWalletSendFieldAddressPlaceholder = "myWallet.send.addressFieldPlaceholder",
|
MyWalletSendFieldAddressPlaceholder = "myWallet.send.addressFieldPlaceholder",
|
||||||
MyWalletReceiveTitle = "myWallet.receive.receiveTitle",
|
MyWalletReceiveTitle = "myWallet.receive.receiveTitle",
|
||||||
MyWalletMoneroAvailableBalance = "myWallet.monero.availableBalance",
|
MyWalletMoneroAvailableBalance = "myWallet.monero.availableBalance",
|
||||||
MyWalletMoneroReservedFunds = "myWallet.monero.reserveredFunds",
|
MyWalletMoneroReservedFunds = "myWallet.monero.reservedFunds",
|
||||||
MyWalletMoneroUnreservedFunds = "myWallet.monero.unreservedFunds",
|
MyWalletMoneroUnreservedFunds = "myWallet.monero.unreservedFunds",
|
||||||
MyWalletMoneroLockedFunds = "myWallet.monero.lockedFunds",
|
MyWalletMoneroLockedFunds = "myWallet.monero.lockedFunds",
|
||||||
MyWalletTabTransactions = "myWallet.transactionsTab",
|
MyWalletTabTransactions = "myWallet.transactionsTab",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue