Skip to content

Commit

Permalink
update geofence text
Browse files Browse the repository at this point in the history
  • Loading branch information
Ragnt committed Jul 2, 2024
1 parent 147a7c8 commit 2acd606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ pub fn print_ui(
}
} else {
format!(
"Outside Geofence: {:.1}m from border.",
"Outside Geofence: {:.1}m from border",
oxide.ui_state.geofence_distance
)
};
Expand Down

0 comments on commit 2acd606

Please sign in to comment.