aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-03-18 17:42:44 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-03-18 17:42:44 +0100
commit2e4b8cc1a4ccdb5159fe3c92e59dd7b516ae269e (patch)
tree1ae15487c43cb405ed6a80d06e94f07d0302d20a
parentd83a8402bb2fced915c014cd87cd0491f14bdf5f (diff)
downloadwallet-core-2e4b8cc1a4ccdb5159fe3c92e59dd7b516ae269e.tar.xz
wallet text
-rw-r--r--popup/popup.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/popup/popup.tsx b/popup/popup.tsx
index be33f870a..d99e4e81b 100644
--- a/popup/popup.tsx
+++ b/popup/popup.tsx
@@ -132,11 +132,11 @@ namespace WalletBalance {
if (listing.length > 0) {
return listing;
}
- let link = m("a[href=https://demo.taler.net]",
+ let helpLink = m("a[href=https://taler.net/help/empty-wallet]",
{config: openInExtension},
- i18n`free KUDOS`);
+ i18n`help`);
- return i18n.parts`You have no balance to show. Want to get some ${link}?`;
+ return i18n.parts`You have no balance to show. Need some ${helpLink}? getting started?`;
}
}