aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/src/withdraw.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2024-05-15 12:01:50 +0200
committerFlorian Dold <florian@dold.me>2024-05-15 12:01:59 +0200
commit4d04604fd40ae3a70ccfbed3f0c014bbdc7ceacd (patch)
treedc28fc1fc5ff2404f0afe79ed32f1bdfd08ca6d7 /packages/taler-wallet-core/src/withdraw.ts
parentd70ede02dda50d6ac83c50ffefcd969da2408be0 (diff)
downloadwallet-core-4d04604fd40ae3a70ccfbed3f0c014bbdc7ceacd.tar.xz
wallet-core: remove un-i18n-ized word from wire subject
Diffstat (limited to 'packages/taler-wallet-core/src/withdraw.ts')
-rw-r--r--packages/taler-wallet-core/src/withdraw.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-wallet-core/src/withdraw.ts b/packages/taler-wallet-core/src/withdraw.ts
index 81e104014..814201809 100644
--- 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 = {