Skip to content

Commit

Permalink
Fix inconsistency in Local IP namings
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexRuiz7 committed Jan 27, 2023
1 parent 1f5d008 commit 1d2ff89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/csv-key-equivalence.ts
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export const KeyEquivalence: {[key: string]: string} = {
address: 'Address',
protocol: 'Protocol',
netmask: 'Netmask',
'local.ip': 'Local IP',
'local.ip': 'Local IP address',
'remote.ip': 'Remote IP',
'local.port': 'Local port',
'remote.port': 'Remote port',
Expand Down

0 comments on commit 1d2ff89

Please sign in to comment.