Skip to content

Commit 6f97945

Browse files
authored
fix(codewhisperer): Update messages #2772
1 parent f8ed290 commit 6f97945

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

src/codewhisperer/models/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ export const CodeWhispererConstants = {
111111
referenceLogText: (code: string, license: string, repository: string, filePath: string, lineInfo: string) =>
112112
`with code ${code} provided with reference under ${license} from repository ${repository}. Added to ${filePath} ${lineInfo}.`,
113113

114-
referenceLogPromptText: `Don\'t want suggestions that include code from other sources? Uncheck this option in
114+
referenceLogPromptText: `Don\'t want suggestions that include code with references? Uncheck this option in
115115
<a href="#" onclick="openSettings();return false;">CodeWhisperer Settings</a>`,
116116
/**
117117
* Security Scan

src/codewhisperer/vue/root.vue

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,7 @@
107107
you provide to the Beta Service, and that multiple users may receive the same or similar
108108
output. For clarity, although these computational results are Your Content, the same or
109109
similar outputs are independently created, and AWS will not be restricted from providing
110-
the same or similar output to other customers. In addition, the CodeWhisperer Beta
111-
Service may produce computational results that are attributed to AWS or our affiliates,
112-
and we retain the underlying intellectual property rights in that Content;
110+
the same or similar output to other customers.
113111
</li>
114112
<li>
115113
if you would like to instruct AWS to refrain from using collected CodeWhisperer Content
@@ -128,9 +126,7 @@
128126
you provide to the Beta Service, and that multiple users may receive the same or similar
129127
output. For clarity, although these computational results are Your Content, the same or
130128
similar outputs are independently created, and AWS will not be restricted from providing
131-
the same or similar output to other customers. In addition, the CodeWhisperer Beta
132-
Service may produce computational results that are attributed to AWS or our affiliates,
133-
and we retain the underlying intellectual property rights in that Content;
129+
the same or similar output to other customers.
134130
</li>
135131
<li>
136132
if you would like to instruct AWS to refrain from using collected CodeWhisperer Content

0 commit comments

Comments
 (0)