adjust help links to point into wallet
This commit is contained in:
parent
c884eeaee4
commit
056794eb69
@ -137,8 +137,8 @@ namespace WalletBalance {
|
||||
if (listing.length > 0) {
|
||||
return listing;
|
||||
}
|
||||
let helpLink = m("a[href=https://taler.net/help/empty-wallet]",
|
||||
{config: openInExtension},
|
||||
let helpLink = m("a",
|
||||
{config: openInExtension, href: chrome.extension.getURL("pages/help/empty-wallet.html")},
|
||||
i18n`help`);
|
||||
|
||||
return i18n.parts`You have no balance to show. Need some ${helpLink} getting started?`;
|
||||
|
Loading…
Reference in New Issue
Block a user