Skip to content

Commit 3a9aca9

Browse files
dhasani23David Hasani
andauthored
fix(amazonq): minor text update (#7420)
## Problem Minor text update ## Solution --- - Treat all work as PUBLIC. Private `feature/x` branches will not be squash-merged at release time. - Your code changes must meet the guidelines in [CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines). - License: I confirm that my contribution is made under the terms of the Apache 2.0 license. Co-authored-by: David Hasani <davhasan@amazon.com>
1 parent 02a89c5 commit 3a9aca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/core/src/amazonq/webview/ui/tabs/constants.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ To learn more, visit the [User Guide](${userGuideURL}).`,
6363
gumby: {
6464
title: 'Q - Code Transformation',
6565
placeholder: 'Open a new tab to chat with Q',
66-
welcome: 'Welcome to Code Transformation!',
66+
welcome:
67+
'Welcome to Code Transformation! You can also run transformations from the command line. To install the tool, see the [documentation](https://docs.aws.amazon.com/amazonq/latest/qdeveloper-ug/run-CLI-transformations.html).',
6768
},
6869
review: {
6970
title: 'Q - Review',

0 commit comments

Comments
 (0)