Skip to content

Commit b6df473

Browse files
Update webview-ui/src/components/settings/providers/AnthropicCompatible.tsx
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 4173863 commit b6df473

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/providers/AnthropicCompatible.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const AnthropicCompatible = ({ apiConfiguration, setApiConfigurationField
5555
onInput={handleInputChange("apiModelId")}
5656
placeholder="claude-3-5-sonnet-20241022"
5757
className="w-full">
58-
<label className="block font-medium mb-1">Model Name</label>
58+
<label className="block font-medium mb-1">{t("settings:providers.modelName")}</label>
5959
</VSCodeTextField>
6060
<div className="text-sm text-vscode-descriptionForeground -mt-2">
6161
Enter the model name (e.g., claude-3-5-sonnet-20241022)

0 commit comments

Comments
 (0)