From e72f33d79e3c4f8dd0a0da0f962c1586d95570a9 Mon Sep 17 00:00:00 2001 From: Nick Cernis Date: Sat, 27 Jul 2024 16:34:48 +0200 Subject: [PATCH] Fix typo in remote projects sign-in prompt (#15325) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Visible at File → Open Recent → Open Remote Folder… | Before | After | | - | - | | ![Screenshot showing "featuers"](https://github.com/user-attachments/assets/6e1822c7-74da-4166-a097-ab2315fddd1a) | ![Corrected "features"](https://github.com/user-attachments/assets/038380a6-15c1-4c71-ad47-ddd477094d85) | Release Notes: - Fixed typo in remote projects sign-in prompt. --- crates/recent_projects/src/dev_servers.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/recent_projects/src/dev_servers.rs b/crates/recent_projects/src/dev_servers.rs index eb507b49ac..195a55fab0 100644 --- a/crates/recent_projects/src/dev_servers.rs +++ b/crates/recent_projects/src/dev_servers.rs @@ -1422,7 +1422,7 @@ impl DevServerProjects { .when(is_signed_out, |modal| { modal .section(Section::new().child(v_flex().mb_4().child(Label::new( - "You are not currently signed in to Zed. Currently the remote development featuers are only available to signed in users. Please sign in to continue.", + "You are not currently signed in to Zed. Currently the remote development features are only available to signed in users. Please sign in to continue.", )))) .footer( ModalFooter::new().end_slot(