From 154e65d470f1b52ce738bd8288c9b0baae28d29a Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 5 Mar 2023 17:30:32 +0900 Subject: [PATCH] Fix string for "Clearnet Only" --- .../nodes-networks-chart/nodes-networks-chart.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/lightning/nodes-networks-chart/nodes-networks-chart.component.ts b/frontend/src/app/lightning/nodes-networks-chart/nodes-networks-chart.component.ts index e257864fa..43d1e24dd 100644 --- a/frontend/src/app/lightning/nodes-networks-chart/nodes-networks-chart.component.ts +++ b/frontend/src/app/lightning/nodes-networks-chart/nodes-networks-chart.component.ts @@ -182,7 +182,7 @@ export class NodesNetworksChartComponent implements OnInit { { zlevel: 1, yAxisIndex: 0, - name: $localize`Clearnet (IPv4, IPv6)`, + name: $localize`Clearnet Only (IPv4, IPv6)`, showSymbol: false, symbol: 'none', data: data.clearnet_nodes,