Skip to content

Commit be0c139

Browse files
authored
Revert "feat(amazonq): changed legal text in prompt UI footer (#5691)"
This reverts commit f27ddbe.
1 parent f27ddbe commit be0c139

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

packages/amazonq/.changes/next-release/Feature-cc8c85c0-3b9b-4a8c-b0fc-b69439f90d82.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export class TabDataGenerator {
3030
const tabData: MynahUIDataModel = {
3131
tabTitle: taskName ?? TabTypeDataMap[tabType].title,
3232
promptInputInfo:
33-
'Amazon Q Developer uses generative AI. You may need to verify responses. See the [AWS Responsible AI Policy](https://aws.amazon.com/machine-learning/responsible-ai/policy/).',
33+
'Use of Amazon Q is subject to the [AWS Responsible AI Policy](https://aws.amazon.com/machine-learning/responsible-ai/policy/).',
3434
quickActionCommands: this.quickActionsGenerator.generateForTab(tabType),
3535
promptInputPlaceholder: TabTypeDataMap[tabType].placeholder,
3636
contextCommands: [

0 commit comments

Comments
 (0)