Skip to content

Commit 962a7cb

Browse files
Update webview-ui/src/components/settings/providers/ibm-watsonx.tsx
Co-authored-by: roomote[bot] <219738659+roomote[bot]@users.noreply.github.com>
1 parent b4058ed commit 962a7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webview-ui/src/components/settings/providers/ibm-watsonx.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export const WatsonxAI = ({
166166

167167
if (platform === "ibmCloud" && (!apiKey || !baseUrl || !projectId)) {
168168
setRefreshStatus("error")
169-
setRefreshError(t("settings:providers.refreshModels.missingConfig"))
169+
setRefreshError(t("settings:providers.refreshModels.error"))
170170
return
171171
}
172172

0 commit comments

Comments
 (0)