Skip to content

Commit 822e4f0

Browse files
committed
Updates AI integration chip message to tell user what to select AI model
(#4400)
1 parent 188fe18 commit 822e4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/apps/plus/shared/components/integrations-chip.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ export class GlIntegrationsChip extends LitElement {
367367
></gl-feature-badge>`
368368
: nothing}
369369
</span>`
370-
: html`<span class="integration_details">AI</span>`}
370+
: html`<span class="integration_details">Select AI model to enable AI features</span>`}
371371
${model?.name ? html`<span class="integration__details">${model.name}</span>` : nothing}
372372
</span>
373373
<span class="integration__actions">

0 commit comments

Comments
 (0)