Fixing more missing i18n keys

fixes #3339
fixes #3337
This commit is contained in:
softsimon
2023-03-13 17:08:27 +09:00
parent 446b0de8f3
commit 070ee10fb0
5 changed files with 71 additions and 26 deletions

View File

@@ -256,7 +256,7 @@ export class LightningStatisticsChartComponent implements OnInit {
series: data.channel_count.length === 0 ? [] : [
{
zlevel: 1,
name: 'Channels',
name: $localize`:@@807cf11e6ac1cde912496f764c176bdfdd6b7e19:Channels`,
showSymbol: false,
symbol: 'none',
data: data.channel_count,