mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 14:50:52 +01:00
Fix two more strings for "Clearnet Only"
This commit is contained in:
parent
154e65d470
commit
226a4e9bde
1 changed files with 2 additions and 2 deletions
|
@ -292,7 +292,7 @@ export class NodesNetworksChartComponent implements OnInit {
|
|||
icon: 'roundRect',
|
||||
},
|
||||
{
|
||||
name: $localize`Clearnet (IPv4, IPv6)`,
|
||||
name: $localize`Clearnet Only (IPv4, IPv6)`,
|
||||
inactiveColor: 'rgb(110, 112, 121)',
|
||||
textStyle: {
|
||||
color: 'white',
|
||||
|
@ -318,7 +318,7 @@ export class NodesNetworksChartComponent implements OnInit {
|
|||
],
|
||||
selected: this.widget ? undefined : JSON.parse(this.storageService.getValue('nodes_networks_legend')) ?? {
|
||||
'$localize`Darknet Only (Tor, I2P, cjdns)`': true,
|
||||
'$localize`Clearnet (IPv4, IPv6)`': true,
|
||||
'$localize`Clearnet Only (IPv4, IPv6)`': true,
|
||||
'$localize`Clearnet and Darknet`': true,
|
||||
'$localize`:@@e5d8bb389c702588877f039d72178f219453a72d:Unknown`': true,
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue