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,
|
int TargetMessageCount,
|
||||||
[property: Name("Your symbols")]
|
[property: Name("Your symbols")]
|
||||||
int UserSymbolsCount,
|
int UserSymbolsCount,
|
||||||
[property: Name("Target messages")]
|
[property: Name("Target symbols")]
|
||||||
int TargetSymbolsCount,
|
int TargetSymbolsCount,
|
||||||
[property: Name("All messages")]
|
[property: Name("All messages")]
|
||||||
int FullMessageCount,
|
int FullMessageCount,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user