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 22:31:28 +02:00 committed by MrSubidubi
parent e2dec85365
commit 0367e93667

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),
),