From 784c03fe892a53c74e9465cf3c1a3de691154aca Mon Sep 17 00:00:00 2001 From: Nikolaus West Date: Fri, 5 Apr 2024 17:01:49 +0200 Subject: [PATCH 1/2] Tune copy on welcome page --- crates/re_viewer/src/ui/welcome_screen/welcome_section.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/re_viewer/src/ui/welcome_screen/welcome_section.rs b/crates/re_viewer/src/ui/welcome_screen/welcome_section.rs index 1724ddf51afd..e8fa0345db53 100644 --- a/crates/re_viewer/src/ui/welcome_screen/welcome_section.rs +++ b/crates/re_viewer/src/ui/welcome_screen/welcome_section.rs @@ -40,9 +40,9 @@ pub(super) fn welcome_section_ui(ui: &mut egui::Ui) { ui.add_space(4.0); }; - bullet_text(ui, "Log with the Rerun SDK in C++, Python, or Rust"); + bullet_text(ui, "Log with data the Rerun SDK in C++, Python, or Rust"); bullet_text(ui, "Visualize and explore live or recorded data"); - bullet_text(ui, "Customize using the UI or through code"); + bullet_text(ui, "Configure the viewer interactively or through code"); ui.add_space(9.0); if ui From b5c7f424890c4cb71b9198e46718839da11fdef0 Mon Sep 17 00:00:00 2001 From: Jeremy Leibs Date: Fri, 5 Apr 2024 14:56:30 -0400 Subject: [PATCH 2/2] Update crates/re_viewer/src/ui/welcome_screen/welcome_section.rs --- crates/re_viewer/src/ui/welcome_screen/welcome_section.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/re_viewer/src/ui/welcome_screen/welcome_section.rs b/crates/re_viewer/src/ui/welcome_screen/welcome_section.rs index e8fa0345db53..76bb02cc41cc 100644 --- a/crates/re_viewer/src/ui/welcome_screen/welcome_section.rs +++ b/crates/re_viewer/src/ui/welcome_screen/welcome_section.rs @@ -40,7 +40,7 @@ pub(super) fn welcome_section_ui(ui: &mut egui::Ui) { ui.add_space(4.0); }; - bullet_text(ui, "Log with data the Rerun SDK in C++, Python, or Rust"); + bullet_text(ui, "Log data with the Rerun SDK in C++, Python, or Rust"); bullet_text(ui, "Visualize and explore live or recorded data"); bullet_text(ui, "Configure the viewer interactively or through code");