fix profit stats wording

This commit is contained in:
c9s 2022-07-01 17:32:01 +08:00
parent 53204f47ea
commit 4bb9fb7e1b
No known key found for this signature in database
GPG Key ID: 7385E7E464CB0A54

View File

@ -279,11 +279,11 @@ func (s *ProfitStats) PlainText() string {
return fmt.Sprintf("%s Profit Today\n"+
"Profit %s %s\n"+
"Net profit %s %s\n"+
"Trade Loss %s %s\n"+
"Gross Loss %s %s\n"+
"Summary:\n"+
"Accumulated Profit %s %s\n"+
"Accumulated Net Profit %s %s\n"+
"Accumulated Trade Loss %s %s\n"+
"Accumulated Gross Loss %s %s\n"+
"Since %s",
s.Symbol,
s.TodayPnL.String(), s.QuoteCurrency,