diff --git a/crates/settings_ui/src/page_data.rs b/crates/settings_ui/src/page_data.rs index e902232adce83edc0dc7f61374032ba706204752..4a9697a9d411852297bc1368fa46575a4e6b9d5f 100644 --- a/crates/settings_ui/src/page_data.rs +++ b/crates/settings_ui/src/page_data.rs @@ -2430,7 +2430,7 @@ pub(crate) fn settings_data() -> Vec { }), SettingsPageItem::SettingItem(SettingItem { title: "File Icons", - description: "Whether to show folder icons or chevrons for directories in the project panel", + description: "Whether to show file icons in the project panel", field: Box::new(SettingField { pick: |settings_content| { if let Some(project_panel) = &settings_content.project_panel {