Skip to content

Commit 67589bc

Browse files
ivicacclaude
andcommitted
1570 client - Fix stray backtick in AI provider API key description
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 40e271e commit 67589bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/src/ee/pages/settings/platform/ai-providers/components/AiProviderForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ const AiProviderForm = ({
9494
<Input placeholder="API Key" {...field} />
9595
</FormControl>
9696

97-
<FormDescription>This is your AI provider&apos;`s API key.</FormDescription>
97+
<FormDescription>This is your AI provider&apos;s API key.</FormDescription>
9898

9999
<FormMessage />
100100
</FormItem>

0 commit comments

Comments
 (0)