aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/SolveChallengePage.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-02-06 16:51:15 -0300
committerSebastian <sebasjm@gmail.com>2024-02-06 16:51:42 -0300
commit4eda6ac07c78bcb3c2daa7846b4cd36048f9c7dd (patch)
tree056f0b56bdcf308c0c08d8851c485fcdc444011d /packages/demobank-ui/src/pages/SolveChallengePage.tsx
parent6c496c070d47e26034a3e2dd6d14a1a9ea42b729 (diff)
downloadwallet-core-4eda6ac07c78bcb3c2daa7846b4cd36048f9c7dd.tar.xz
support for x-taler-bank and fix cache invalidation when new account is created
Diffstat (limited to 'packages/demobank-ui/src/pages/SolveChallengePage.tsx')
-rw-r--r--packages/demobank-ui/src/pages/SolveChallengePage.tsx6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/demobank-ui/src/pages/SolveChallengePage.tsx b/packages/demobank-ui/src/pages/SolveChallengePage.tsx
index de0ba483f..61decf586 100644
--- a/packages/demobank-ui/src/pages/SolveChallengePage.tsx
+++ b/packages/demobank-ui/src/pages/SolveChallengePage.tsx
@@ -666,8 +666,10 @@ function ShowCashoutDetails({
return (
<Attention
type="danger"
- title={i18n.str`Cashout not implemented`}
- ></Attention>
+ title={i18n.str`Cashout are disabled`}
+ >
+ <i18n.Translate>Cashout should be enable by configuration and the conversion rate should be initialized with fee, ratio and rounding mode.</i18n.Translate>
+ </Attention>
);
}
default: