From cfb874fa35cb4702de6f1bd60d9fb183e8e28a1d Mon Sep 17 00:00:00 2001 From: BabbleBones Date: Thu, 2 Jan 2025 15:19:43 -0500 Subject: [PATCH] fix: correct wording of lighthouse calibration --- src/ui/main_view.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/main_view.rs b/src/ui/main_view.rs index 34391c1..c81a5a9 100644 --- a/src/ui/main_view.rs +++ b/src/ui/main_view.rs @@ -453,7 +453,7 @@ impl AsyncComponent for MainView { set_label: concat!( "SteamVR room configuration not found.\n", "To use the SteamVR lighthouse driver, you ", - "will need to run SteamVR and perform the room setup.", + "will need to run SteamVR Quick Calibration.", ), add_css_class: "warning", set_xalign: 0.0,