Fix two more strings for "Clearnet Only"
This commit is contained in:
parent
154e65d470
commit
226a4e9bde
@ -292,7 +292,7 @@ export class NodesNetworksChartComponent implements OnInit {
|
|||||||
icon: 'roundRect',
|
icon: 'roundRect',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: $localize`Clearnet (IPv4, IPv6)`,
|
name: $localize`Clearnet Only (IPv4, IPv6)`,
|
||||||
inactiveColor: 'rgb(110, 112, 121)',
|
inactiveColor: 'rgb(110, 112, 121)',
|
||||||
textStyle: {
|
textStyle: {
|
||||||
color: 'white',
|
color: 'white',
|
||||||
@ -318,7 +318,7 @@ export class NodesNetworksChartComponent implements OnInit {
|
|||||||
],
|
],
|
||||||
selected: this.widget ? undefined : JSON.parse(this.storageService.getValue('nodes_networks_legend')) ?? {
|
selected: this.widget ? undefined : JSON.parse(this.storageService.getValue('nodes_networks_legend')) ?? {
|
||||||
'$localize`Darknet Only (Tor, I2P, cjdns)`': true,
|
'$localize`Darknet Only (Tor, I2P, cjdns)`': true,
|
||||||
'$localize`Clearnet (IPv4, IPv6)`': true,
|
'$localize`Clearnet Only (IPv4, IPv6)`': true,
|
||||||
'$localize`Clearnet and Darknet`': true,
|
'$localize`Clearnet and Darknet`': true,
|
||||||
'$localize`:@@e5d8bb389c702588877f039d72178f219453a72d:Unknown`': true,
|
'$localize`:@@e5d8bb389c702588877f039d72178f219453a72d:Unknown`': true,
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user