gnunet-svn
[Top][All Lists]
Advanced

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

[taler-merchant-backoffice] branch master updated: florian prefers verbo


From: gnunet
Subject: [taler-merchant-backoffice] branch master updated: florian prefers verbosity
Date: Tue, 18 Oct 2022 18:39:11 +0200

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

grothoff pushed a commit to branch master
in repository merchant-backoffice.

The following commit(s) were added to refs/heads/master by this push:
     new 47cf6e9  florian prefers verbosity
47cf6e9 is described below

commit 47cf6e9dcb5e6f9f771003096c3962e27476fb1a
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Tue Oct 18 18:39:06 2022 +0200

    florian prefers verbosity
---
 packages/bank/src/pages/home/index.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/packages/bank/src/pages/home/index.tsx 
b/packages/bank/src/pages/home/index.tsx
index f2e0d0c..b98d450 100644
--- a/packages/bank/src/pages/home/index.tsx
+++ b/packages/bank/src/pages/home/index.tsx
@@ -1793,7 +1793,7 @@ function Account(Props: any): VNode {
     </div>
     <section id="assets">
       <div class="asset-summary">
-        <h2>{i18n`Assets`}</h2>
+        <h2>{i18n`Bank account balance`}</h2>
         { data.balance.credit_debit_indicator == 'debit' ? (<b>-</b>) : null }
         <div class="large-amount amount"><span 
class="value">{`${balance.value}`}</span>&nbsp;<span 
class="currency">{`${balance.currency}`}</span></div>
       </div>

-- 
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]