Skip to content

Commit 610a3f7

Browse files
author
David Hasani
committed
fix(amazonq): replace icons with text
1 parent 4465d16 commit 610a3f7

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

packages/core/package.nls.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,9 +239,11 @@
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)",

packages/core/src/codewhisperer/service/transformByQ/transformationHubViewProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>`

0 commit comments

Comments
 (0)