fix: fixed column name of target symbols for CSV

This commit is contained in:
Pavel-Savely Savianok 2025-02-12 15:30:25 +03:00
parent d0ad97f08b
commit 306bb27f03

View File

@ -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,