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 188fe18 commit 822e4f0Copy full SHA for 822e4f0
src/webviews/apps/plus/shared/components/integrations-chip.ts
@@ -367,7 +367,7 @@ export class GlIntegrationsChip extends LitElement {
367
></gl-feature-badge>`
368
: nothing}
369
</span>`
370
- : html`<span class="integration_details">AI</span>`}
+ : html`<span class="integration_details">Select AI model to enable AI features</span>`}
371
${model?.name ? html`<span class="integration__details">${model.name}</span>` : nothing}
372
</span>
373
<span class="integration__actions">
0 commit comments