mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
remote servers: Fix title from alpha to beta (#19889)
Discussed this in Slack yesterday. We use `beta` because that's what we use in the docs as well. Release Notes: - N/A
This commit is contained in:
parent
21b58643fa
commit
f919fa92de
1 changed files with 1 additions and 1 deletions
|
@ -1204,7 +1204,7 @@ impl RemoteServerProjects {
|
|||
Modal::new("remote-projects", Some(self.scroll_handle.clone()))
|
||||
.header(
|
||||
ModalHeader::new()
|
||||
.child(Headline::new("Remote Projects (alpha)").size(HeadlineSize::XSmall)),
|
||||
.child(Headline::new("Remote Projects (beta)").size(HeadlineSize::XSmall)),
|
||||
)
|
||||
.section(
|
||||
Section::new().padded(false).child(
|
||||
|
|
Loading…
Reference in a new issue