Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Time panel now always talks about "events" instead of "messages" (#2247)
Tiny follow-up to #2233 Under the hood this is nuanced and we don't always get the names right: An Event is a set of component changes for a single given entity at a single given timepoint. A Message on the other hand is something we send from api to store and may contain many of these Events and potentially other things. That said, I didn't find other occurrences where this is clearly labeled incorrectly, but there gotta be more! ### What ### Checklist * [x] I have read and agree to [Contributor Guide](https://github.com/rerun-io/rerun/blob/main/CONTRIBUTING.md) and the [Code of Conduct](https://github.com/rerun-io/rerun/blob/main/CODE_OF_CONDUCT.md) <!-- This line will get updated when the PR build summary job finishes. --> PR Build Summary: https://build.rerun.io/pr/2247
- Loading branch information