File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -203,7 +203,7 @@ function getWebviewContent(webview: vscode.Webview): string {
203
203
<div id="wrapper">
204
204
<div id="content">
205
205
<img id="qLogo" src="${ logo } "/>
206
- <h1 id="header">Hello I'm Amazon Q, your generative AI assistant.</h1>
206
+ <h1 id="header">Hello! I'm Amazon Q, your generative AI assistant.</h1>
207
207
<div id="buttonContainer">
208
208
<button id="sendToQButton">Ask a question</button>
209
209
</div>
Original file line number Diff line number Diff line change @@ -32,13 +32,13 @@ export class TabDataGenerator {
32
32
private tabWelcomeMessage : Map < TabType , string > = new Map ( [
33
33
[
34
34
'unknown' ,
35
- `Hi, I am Amazon Q. I can answer your software development questions.
35
+ `Hi, I'm Amazon Q. I can answer your software development questions.
36
36
Ask me to explain, debug, or optimize your code.
37
37
You can enter \`/\` to see a list of quick actions.` ,
38
38
] ,
39
39
[
40
40
'cwc' ,
41
- `Hi, I am Amazon Q (Preview) . I can answer your software development questions.
41
+ `Hi, I'm Amazon Q. I can answer your software development questions.
42
42
Ask me to explain, debug, or optimize your code.
43
43
You can enter \`/\` to see a list of quick actions.` ,
44
44
] ,
You can’t perform that action at this time.
0 commit comments