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(
|
.child(
|
||||||
Label::new(
|
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),
|
.size(LabelSize::Small),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue