[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-wallet-core] branch master updated: missing space
From: |
gnunet |
Subject: |
[taler-wallet-core] branch master updated: missing space |
Date: |
Wed, 16 Mar 2022 14:52:52 +0100 |
This is an automated email from the git hooks/post-receive script.
dold pushed a commit to branch master
in repository wallet-core.
The following commit(s) were added to refs/heads/master by this push:
new 0c49465f missing space
0c49465f is described below
commit 0c49465f6dcbf2c78eaa3518a373099078b86c54
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Mar 16 14:52:49 2022 +0100
missing space
---
packages/taler-wallet-webextension/src/popup/NoBalanceHelp.tsx | 1 +
1 file changed, 1 insertion(+)
diff --git a/packages/taler-wallet-webextension/src/popup/NoBalanceHelp.tsx
b/packages/taler-wallet-webextension/src/popup/NoBalanceHelp.tsx
index e191b15f..92c2bec0 100644
--- a/packages/taler-wallet-webextension/src/popup/NoBalanceHelp.tsx
+++ b/packages/taler-wallet-webextension/src/popup/NoBalanceHelp.tsx
@@ -14,6 +14,7 @@ export function NoBalanceHelp({
<b>
<i18n.Translate>You have no balance.</i18n.Translate>
</b>
+ {" "}
<i18n.Translate>Withdraw some funds into your wallet.</i18n.Translate>
</p>
<ButtonBoxWarning onClick={() => goToWalletManualWithdraw()}>
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-wallet-core] branch master updated: missing space,
gnunet <=