Skip to content

Commit 0c27372

Browse files
author
David Hasani
committed
fix(amazonq): minor text update
1 parent 196de6f commit 0c27372

File tree

1 file changed

+6
-0
lines changed
  • packages/core/src/amazonq/webview/ui/quickActions

1 file changed

+6
-0
lines changed

packages/core/src/amazonq/webview/ui/quickActions/handler.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -308,6 +308,12 @@ export class QuickActionHandler {
308308
if (gumbyTabId !== undefined) {
309309
this.mynahUI.selectTab(gumbyTabId, eventId || '')
310310
this.connector.onTabChange(gumbyTabId)
311+
this.mynahUI.notify({
312+
duration: 5000,
313+
title: 'Q CodeTransformation',
314+
content:
315+
"Switched to the existing /transform tab; click 'Start a new transformation' below to run another transformation",
316+
})
311317
return
312318
}
313319

0 commit comments

Comments
 (0)