fix: fixed column name of target symbols for CSV
This commit is contained in:
parent
d0ad97f08b
commit
306bb27f03
@ -13,7 +13,7 @@ public record CounterInfo(
|
||||
int TargetMessageCount,
|
||||
[property: Name("Your symbols")]
|
||||
int UserSymbolsCount,
|
||||
[property: Name("Target messages")]
|
||||
[property: Name("Target symbols")]
|
||||
int TargetSymbolsCount,
|
||||
[property: Name("All messages")]
|
||||
int FullMessageCount,
|
||||
|
Loading…
x
Reference in New Issue
Block a user