Skip to content

Commit

Permalink
"Latest at" -> "Latest-at"
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Sep 10, 2024
1 parent f09736f commit e95bc6b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/viewer/re_chunk_store_ui/src/chunk_list_mode.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl ChunkListMode {
..
}
),
"Latest at",
"Latest-at",
)
.on_hover_text("Display chunks relevant to the provided latest-at query")
.clicked()
Expand Down
2 changes: 1 addition & 1 deletion crates/viewer/re_space_view_dataframe/src/dataframe_ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ impl<'a> egui_table::TableDelegate for DataframeTableDelegate<'a> {
let batch = &display_data.display_record_batches[batch_idx];
let column = &batch.columns()[cell.col_nr];

// compute the latest at query for this row (used to display tooltips)
// compute the latest-at query for this row (used to display tooltips)
let timestamp = display_data
.query_time_column_index
.and_then(|col_idx| {
Expand Down

0 comments on commit e95bc6b

Please sign in to comment.