Skip to content

Commit

Permalink
change text of candle notice
Browse files Browse the repository at this point in the history
  • Loading branch information
kosyloa committed Jun 6, 2024
1 parent cf0def6 commit 91dd95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/DXFeedCandleChartMac/CandleChart.swift
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ struct CandleChart: View {
self.list.updateDate(type: self.type)
}
}
Text("NOTICE: only the last \(CandleChartModel.maxCout) candles are displayed")
Text("NOTICE: A maximum of \(CandleChartModel.maxCout) candles is displayed.")
.font(Font.system(size: 10))
}.frame(height: max(reader.size.height - 150, 300))
}
Expand Down

0 comments on commit 91dd95a

Please sign in to comment.