gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] 02/02: demobank-ui: fix missing space


From: gnunet
Subject: [taler-wallet-core] 02/02: demobank-ui: fix missing space
Date: Thu, 13 Apr 2023 20:12:56 +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 089c15582ed78004ade0855f1e3ee51abd9cdb45
Author: Florian Dold <florian@dold.me>
AuthorDate: Thu Apr 13 20:12:53 2023 +0200

    demobank-ui: fix missing space
---
 packages/demobank-ui/src/pages/AccountPage.tsx | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/packages/demobank-ui/src/pages/AccountPage.tsx 
b/packages/demobank-ui/src/pages/AccountPage.tsx
index 13960a8da..013c1b8c1 100644
--- a/packages/demobank-ui/src/pages/AccountPage.tsx
+++ b/packages/demobank-ui/src/pages/AccountPage.tsx
@@ -76,8 +76,8 @@ export function AccountPage({ account, onLoadNotOk }: Props): 
VNode {
       <div>
         <h1 class="nav welcome-text">
           <i18n.Translate>
-            Welcome,
-            {accountNumber ? `${account} (${accountNumber})` : account}!
+            Welcome, {accountNumber ? `${account} (${accountNumber})` : 
account}
+            !
           </i18n.Translate>
         </h1>
       </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]