Skip to content

Commit d6f301f

Browse files
committed
Fix Chutes translation key
Signed-off-by: Geoff Wilson <[email protected]>
1 parent cc85602 commit d6f301f

File tree

1 file changed

+1
-1
lines changed
  • webview-ui/src/components/settings/providers

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export const Chutes = ({ apiConfiguration, setApiConfigurationField }: ChutesPro
2323
setConfigUseEnvVars={(value: boolean) => setApiConfigurationField("chutesConfigUseEnvVars", value)}
2424
apiKeyLabel={t("settings:providers.chutesApiKey")}
2525
getApiKeyUrl="https://chutes.ai/app/api"
26-
getApiKeyLabel={t("settings:providers.getchutesApiKey")}
26+
getApiKeyLabel={t("settings:providers.getChutesApiKey")}
2727
/>
2828
</>
2929
)

0 commit comments

Comments
 (0)