mirror of
https://github.com/haveno-dex/haveno-ui.git
synced 2025-04-19 07:05:56 -04:00
chore(MyWallet): Fix typo.
This commit is contained in:
parent
68d44a2d60
commit
a420e921e8
@ -46,7 +46,7 @@ describe("organisms::MyWalletMoneroBalance", () => {
|
||||
unmount();
|
||||
});
|
||||
|
||||
it("contains available balance, reservered funds and locked funds details", () => {
|
||||
it("contains available balance, reserved funds and locked funds details", () => {
|
||||
const { unmount } = render(
|
||||
<AppProviders>
|
||||
<MyWalletMoneroBalance />
|
||||
@ -58,7 +58,7 @@ describe("organisms::MyWalletMoneroBalance", () => {
|
||||
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(
|
||||
<AppProviders>
|
||||
<MyWalletMoneroBalance />
|
||||
|
@ -67,7 +67,7 @@ export enum LangKeys {
|
||||
MyWalletSendFieldAddressPlaceholder = "myWallet.send.addressFieldPlaceholder",
|
||||
MyWalletReceiveTitle = "myWallet.receive.receiveTitle",
|
||||
MyWalletMoneroAvailableBalance = "myWallet.monero.availableBalance",
|
||||
MyWalletMoneroReservedFunds = "myWallet.monero.reserveredFunds",
|
||||
MyWalletMoneroReservedFunds = "myWallet.monero.reservedFunds",
|
||||
MyWalletMoneroUnreservedFunds = "myWallet.monero.unreservedFunds",
|
||||
MyWalletMoneroLockedFunds = "myWallet.monero.lockedFunds",
|
||||
MyWalletTabTransactions = "myWallet.transactionsTab",
|
||||
|
Loading…
x
Reference in New Issue
Block a user