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) {
|
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?`;
|
||||||
|
Loading…
Reference in New Issue
Block a user