gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 02/02: wallet-core: remove un-i18n-ized word from wi


From: gnunet
Subject: [taler-wallet-core] 02/02: wallet-core: remove un-i18n-ized word from wire subject
Date: Wed, 15 May 2024 12:02:05 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

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

    wallet-core: remove un-i18n-ized word from wire subject
---
 packages/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
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 = {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]