Skip to content

Commit 4788a87

Browse files
authored
fix(amazonq): minor text change when switching tabs (#5745)
1 parent 4685aa0 commit 4788a87

File tree

1 file changed

+3
-2
lines changed
  • plugins/amazonq/mynah-ui/src/mynah-ui/ui/quickActions

1 file changed

+3
-2
lines changed

plugins/amazonq/mynah-ui/src/mynah-ui/ui/quickActions/handler.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,9 @@ export class QuickActionHandler {
8989
this.connector.onTabChange(existingTransformTab.id)
9090

9191
this.mynahUI.notify({
92-
title: "Q - Transform",
93-
content: "Switched to the opened transformation tab",
92+
duration: 5000,
93+
title: "Q CodeTransformation",
94+
content: "Switched to the existing /transform tab; click 'Start a new transformation' below to run another transformation"
9495
});
9596
return
9697
}

0 commit comments

Comments
 (0)