adjust help links to point into wallet

This commit is contained in:
Florian Dold 2016-09-26 18:20:01 +02:00
parent c884eeaee4
commit 056794eb69

View File

@ -137,8 +137,8 @@ namespace WalletBalance {
if (listing.length > 0) { if (listing.length > 0) {
return listing; return listing;
} }
let helpLink = m("a[href=https://taler.net/help/empty-wallet]", let helpLink = m("a",
{config: openInExtension}, {config: openInExtension, href: chrome.extension.getURL("pages/help/empty-wallet.html")},
i18n`help`); i18n`help`);
return i18n.parts`You have no balance to show. Need some ${helpLink} getting started?`; return i18n.parts`You have no balance to show. Need some ${helpLink} getting started?`;