We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd0f70 commit e676bf7Copy full SHA for e676bf7
webview-ui/src/components/settings/providers/CometAPI.tsx
@@ -120,7 +120,7 @@ export const CometAPI = ({
120
</div>
121
{!apiConfiguration?.cometApiKey && (
122
<VSCodeButtonLink href="https://api.cometapi.com/console/token" appearance="secondary">
123
- {t("settings:providers.getCometApiKey")}
+ Get CometAPI Key
124
</VSCodeButtonLink>
125
)}
126
0 commit comments