Skip to content

Commit d10b082

Browse files
committed
Removes extra warning
1 parent 5edfdd2 commit d10b082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plus/ai/aiProviderService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ async function showConfirmAIProviderToS(storage: Storage): Promise<boolean> {
955955
const cancel: MessageItem = { title: 'Cancel', isCloseAffordance: true };
956956

957957
const result = await window.showInformationMessage(
958-
'GitLens AI features can send code snippets, diffs, and other context to your selected AI provider for analysis. This may contain sensitive information.',
958+
'GitLens AI features can send code snippets, diffs, and other context to your selected AI provider for analysis.',
959959
{ modal: true },
960960
acceptAlways,
961961
acceptWorkspace,

0 commit comments

Comments
 (0)