mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-27 12:54:42 +00:00
assistant: Fix configuration page showing incorrect Anthropic API key label (#17650)
Release Notes: - N/A
This commit is contained in:
parent
a078cb104c
commit
a7ac37156c
1 changed files with 1 additions and 1 deletions
|
@ -695,7 +695,7 @@ impl Render for ConfigurationView {
|
|||
)
|
||||
.child(
|
||||
Label::new(
|
||||
"You can also assign the {ANTHROPIC_API_KEY_VAR} environment variable and restart Zed.",
|
||||
format!("You can also assign the {ANTHROPIC_API_KEY_VAR} environment variable and restart Zed."),
|
||||
)
|
||||
.size(LabelSize::Small),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue