Skip to content

Commit 4370248

Browse files
committed
minor fix for CodeIterationLimitError
1 parent 7c255f3 commit 4370248

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/core/src/amazonqFeatureDev/controllers/chat/controller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export class FeatureDevController {
289289
tabID: message.tabID,
290290
followUps: [
291291
{
292-
pillText: i18n('AWS.amazonq.featureDev.pillText.insertCode'),
292+
pillText: i18n('AWS.amazonq.featureDev.pillText.acceptAllChanges'),
293293
type: FollowUpTypes.InsertCode,
294294
icon: 'ok' as MynahIcons,
295295
status: 'success',

packages/core/src/amazonqFeatureDev/session/sessionState.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ export class MockCodeGenState implements SessionState {
450450
type: 'system-prompt',
451451
followUps: [
452452
{
453-
pillText: i18n('AWS.amazonq.featureDev.pillText.insertCode'),
453+
pillText: i18n('AWS.amazonq.featureDev.pillText.acceptAllChanges'),
454454
type: FollowUpTypes.InsertCode,
455455
icon: 'ok' as MynahIcons,
456456
status: 'success',

0 commit comments

Comments
 (0)