agent: Update pieces of copy in the settings view (#35621)
Some tiny updates to make the agent panel's copywriting sharper. Release Notes: - N/A
This commit is contained in:
parent
a9c44ac551
commit
be2f54b233
10 changed files with 11 additions and 10 deletions
|
@ -706,7 +706,8 @@ impl Render for ConfigurationView {
|
|||
.child(svg().size_8().path(IconName::CopilotError.path()))
|
||||
}
|
||||
_ => {
|
||||
const LABEL: &str = "To use Zed's assistant with GitHub Copilot, you need to be logged in to GitHub. Note that your GitHub account must have an active Copilot Chat subscription.";
|
||||
const LABEL: &str = "To use Zed's agent with GitHub Copilot, you need to be logged in to GitHub. Note that your GitHub account must have an active Copilot Chat subscription.";
|
||||
|
||||
v_flex().gap_2().child(Label::new(LABEL)).child(
|
||||
Button::new("sign_in", "Sign in to use GitHub Copilot")
|
||||
.icon_color(Color::Muted)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue