taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 4d04604fd40ae3a70ccfbed3f0c014bbdc7ceacd
parent d70ede02dda50d6ac83c50ffefcd969da2408be0
Author: Florian Dold <florian@dold.me>
Date:   Wed, 15 May 2024 12:01:50 +0200

wallet-core: remove un-i18n-ized word from wire subject

Diffstat:
Mpackages/taler-wallet-core/src/withdraw.ts | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/taler-wallet-core/src/withdraw.ts b/packages/taler-wallet-core/src/withdraw.ts @@ -2222,7 +2222,7 @@ export function augmentPaytoUrisForWithdrawal( return plainPaytoUris.map((x) => addPaytoQueryParams(x, { amount: Amounts.stringify(instructedAmount), - message: `Taler Withdrawal ${reservePub}`, + message: `Taler ${reservePub}`, }), ); } @@ -3164,7 +3164,7 @@ async function fetchAccount( }); if (reservePub != null) { paytoUri = addPaytoQueryParams(paytoUri, { - message: `Taler Withdrawal ${reservePub}`, + message: `Taler ${reservePub}`, }); } const acctInfo: WithdrawalExchangeAccountDetails = {