File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/core/src/amazonqFeatureDev Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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' ,
You can’t perform that action at this time.
0 commit comments