Skip to content

Commit

Permalink
Update text to your position
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed Apr 1, 2022
1 parent 32e343c commit ab00ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msg/stock.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func Statistics(stock api.QuoteStructure, shares float64) string {
if shares > 0 {
out = append(
out,
template("Your stock value", fmt.Sprintf("%.2f %s", shares*stock.Price(), stock.StockCurrency())),
template("Your position", fmt.Sprintf("%.2f %s", shares*stock.Price(), stock.StockCurrency())),
)
}

Expand Down

0 comments on commit ab00ff7

Please sign in to comment.