Skip to content

Commit 8feb268

Browse files
author
cpl121
committed
fix: json literal and seconds in fund confirmation view
1 parent 2f4d16f commit 8feb268

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/desktop/views/dashboard/wallet/views/implicit-account-creation-multistep/FundConfirmationView.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
7272
// TODO: Replace this with proper time remaining
7373
// ----------------------------------------------------------------
74-
let seconds: number = 1000
74+
let seconds: number = 10
7575
let countdownInterval: NodeJS.Timeout
7676
let timeRemaining: string
7777

packages/shared/locales/en.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1719,7 +1719,7 @@
17191719
"verifyLedgerDepositAddress": "Please check the ledger device and verify that the deposit address matches the one displayed on the ledger device",
17201720
"manaCost": "Estimated Mana cost",
17211721
"availableMana": "Available mana",
1722-
"insufficientMana": "Insufficient mana available {availableMana}, {secondsRemaining} seconds to make the transaction.",
1722+
"insufficientMana": "Insufficient mana {availableMana}, wait {secondsRemaining} seconds.",
17231723
"secondsToRefreshManaCost": "{seconds} seconds to refresh the mana cost"
17241724
},
17251725
"filters":{

0 commit comments

Comments
 (0)