Skip to content

Commit 5d85eed

Browse files
Alert rephrase
1 parent 5b5c1d3 commit 5d85eed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/frc/robot/subsystems/vision/MotionTrackerVision.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class MotionTrackerVision extends SubsystemBase {
4545

4646
private final Alert disconnectedAlert_ = new Alert("Motion Tracker Disconnected!", AlertType.kError);
4747
private final Alert lowBatteryAlert_ = new Alert("Quest battery is low!", AlertType.kWarning);
48-
private final Alert notInitedAlert_ = new Alert("The Quest is not initialized or initializing!!", AlertType.kWarning);
48+
private final Alert notInitedAlert_ = new Alert("The Quest is not yet initialized!", AlertType.kWarning);
4949
private final Alert initAlert_ = new Alert("Quest has been initialized!", AlertType.kInfo);
5050

5151
private final PoseEstimateConsumer estimateConsumer_;

0 commit comments

Comments
 (0)