[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-typescript-core] branch master updated: fix #9485
From: |
Admin |
Subject: |
[taler-typescript-core] branch master updated: fix #9485 |
Date: |
Wed, 12 Feb 2025 20:18:03 +0100 |
This is an automated email from the git hooks/post-receive script.
sebasjm pushed a commit to branch master
in repository taler-typescript-core.
The following commit(s) were added to refs/heads/master by this push:
new 16b88c110 fix #9485
16b88c110 is described below
commit 16b88c11009875a3ef27a1e8b0dd3955d176145b
Author: Sebastian <sebasjm@gmail.com>
AuthorDate: Wed Feb 12 16:17:55 2025 -0300
fix #9485
---
packages/bank-ui/src/pages/regional/CreateCashout.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packages/bank-ui/src/pages/regional/CreateCashout.tsx
b/packages/bank-ui/src/pages/regional/CreateCashout.tsx
index cd4399b0d..c534760e9 100644
--- a/packages/bank-ui/src/pages/regional/CreateCashout.tsx
+++ b/packages/bank-ui/src/pages/regional/CreateCashout.tsx
@@ -259,7 +259,7 @@ export function CreateCashout({
).normal
}`
: Amounts.cmp(calc.debit, account.minCashout) < 0
- ? i18n.str`Your account can't cashout less than ${
+ ? i18n.str`Your account have a cashout limit. Minimun account
cashout is ${
Amounts.stringifyValueWithSpec(
Amounts.parseOrThrow(account.minCashout),
regional_currency_specification,
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-typescript-core] branch master updated: fix #9485,
Admin <=