Fix typo in remote projects sign-in prompt (#15325)
Visible at File → Open Recent → Open Remote Folder… | Before | After | | - | - | |  |  | Release Notes: - Fixed typo in remote projects sign-in prompt.
This commit is contained in:
parent
af24967195
commit
e72f33d79e
1 changed files with 1 additions and 1 deletions
|
@ -1422,7 +1422,7 @@ impl DevServerProjects {
|
||||||
.when(is_signed_out, |modal| {
|
.when(is_signed_out, |modal| {
|
||||||
modal
|
modal
|
||||||
.section(Section::new().child(v_flex().mb_4().child(Label::new(
|
.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(
|
.footer(
|
||||||
ModalFooter::new().end_slot(
|
ModalFooter::new().end_slot(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue