onboarding: Fix minimap typo on editing page (#36143)

This PR fixes a small typo on the onboarding editing page where it
should be "Minimap" instead of "Mini Map"

Release Notes:

- N/A
This commit is contained in:
Finn Evers
2025-08-13 20:31:28 +00:00
committed by GitHub
parent 9be44517cb
commit a6e2e0d24a
+1 -1
View File
@@ -721,7 +721,7 @@ fn render_popular_settings_section(
.items_start()
.justify_between()
.child(
v_flex().child(Label::new("Mini Map")).child(
v_flex().child(Label::new("Minimap")).child(
Label::new("See a high-level overview of your source code.")
.color(Color::Muted),
),