Skip to content

Commit 39d429d

Browse files
authored
Final string changes (#1542)
1 parent 6e36028 commit 39d429d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/amazonq/onboardingPage/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ function getWebviewContent(webview: vscode.Webview): string {
203203
<div id="wrapper">
204204
<div id="content">
205205
<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>
207207
<div id="buttonContainer">
208208
<button id="sendToQButton">Ask a question</button>
209209
</div>

src/amazonq/webview/ui/tabs/generator.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ export class TabDataGenerator {
3232
private tabWelcomeMessage: Map<TabType, string> = new Map([
3333
[
3434
'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.
3636
Ask me to explain, debug, or optimize your code.
3737
You can enter \`/\` to see a list of quick actions.`,
3838
],
3939
[
4040
'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.
4242
Ask me to explain, debug, or optimize your code.
4343
You can enter \`/\` to see a list of quick actions.`,
4444
],

0 commit comments

Comments
 (0)