aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/src/pages/OperationState/views.tsx
diff options
context:
space:
mode:
authorSebastian <sebasjm@gmail.com>2024-01-14 16:00:31 -0300
committerSebastian <sebasjm@gmail.com>2024-01-14 16:01:45 -0300
commitb1c1da74b43abc3355a70dfc533ad5af8a5f47c9 (patch)
tree030ea07141fe0012856e7c58b54229e88d82ecff /packages/demobank-ui/src/pages/OperationState/views.tsx
parentc004962331934886167df1168611c02bbb643927 (diff)
downloadwallet-core-b1c1da74b43abc3355a70dfc533ad5af8a5f47c9.tar.xz
fix some wording
Diffstat (limited to 'packages/demobank-ui/src/pages/OperationState/views.tsx')
-rw-r--r--packages/demobank-ui/src/pages/OperationState/views.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/demobank-ui/src/pages/OperationState/views.tsx b/packages/demobank-ui/src/pages/OperationState/views.tsx
index d0016a2f3..05d53bb05 100644
--- a/packages/demobank-ui/src/pages/OperationState/views.tsx
+++ b/packages/demobank-ui/src/pages/OperationState/views.tsx
@@ -93,10 +93,9 @@ export function NeedConfirmationView({ error, onAbort: doAbort, onConfirm: doCon
description: resp.detail.hint as TranslatedString,
debug: resp.detail,
})
- // FIXME: remove exchange word
case TalerErrorCode.BANK_CONFIRM_INCOMPLETE: return notify({
type: "error",
- title: i18n.str`The withdraw operation cannot be confirmed because no exchange and reserve public key selection happened before`,
+ title: i18n.str`The withdrawal operation can't be confirmed before a wallet accepted the transaction.`,
description: resp.detail.hint as TranslatedString,
debug: resp.detail,
})