Fix channels i18n string on world map

fixes #3336
This commit is contained in:
softsimon
2023-03-13 18:42:43 +09:00
parent c7279c900f
commit c05445b6a1
2 changed files with 6 additions and 2 deletions

View File

@@ -207,8 +207,8 @@ export class NodesMap implements OnInit, OnChanges {
return `
<b style="color: white">${alias}</b><br>
${liquidity}<br>
${data[5]} channels<br>
${liquidity}<br>` +
$localize`:@@205c1b86ac1cc419c4d0cca51fdde418c4ffdc20:${data[5]}:INTERPOLATION: channels` + `<br>
${getFlagEmoji(data[7])} ${data[6]}
`;
}