File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
src/codewhisperer/service/transformByQ Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 239239 "AWS.command.codewhisperer.openReferencePanel" : " Open Code Reference Log" ,
240240 "AWS.command.q.transform.acceptChanges" : " Accept" ,
241241 "AWS.command.q.transform.rejectChanges" : " Reject" ,
242- "AWS.command.q.transform.showChanges" : " Show Proposed Changes" ,
243- "AWS.command.q.transform.showChangeSummary" : " Show Transformation Summary" ,
244- "AWS.command.q.transform.showTransformationPlan" : " Show Transformation Plan" ,
242+ "AWS.command.q.transform.stopJobInHub" : " Stop job" ,
243+ "AWS.command.q.transform.viewJobProgress" : " View job progress" ,
244+ "AWS.command.q.transform.viewJobStatus" : " View job status" ,
245+ "AWS.command.q.transform.showTransformationPlan" : " View plan" ,
246+ "AWS.command.q.transform.showChangeSummary" : " View summary" ,
245247 "AWS.command.threatComposer.createNew" : " Create New Threat Composer File" ,
246248 "AWS.command.threatComposer.newFile" : " Threat Composer File" ,
247249 "AWS.threatComposer.page.title" : " {0} (Threat Composer)" ,
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ export class TransformationHubViewProvider implements vscode.WebviewViewProvider
9898 </style>
9999 </head>
100100 <body>
101- <p><b>Job Status</b></p>
101+ <p><b>Transformation Status</b></p>
102102 ${
103103 Object . keys ( sessionJobHistory ) . length === 0
104104 ? `<p>${ CodeWhispererConstants . nothingToShowMessage } </p>`
You can’t perform that action at this time.
0 commit comments