assistant: Fix configuration page showing incorrect Anthropic API key label (#17650)

Release Notes:

- N/A
This commit is contained in:
Bennet Bo Fenner 2024-09-10 11:23:50 -04:00 committed by GitHub
parent a078cb104c
commit a7ac37156c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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),
) )