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:
parent
9be44517cb
commit
a6e2e0d24a
1 changed files with 1 additions and 1 deletions
|
@ -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),
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue