File tree 3 files changed +3
-3
lines changed
amazonq/mynah-ui/src/mynah-ui/ui
toolkit/resources/resources/software/aws/toolkits/resources 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ export class QuickActionGenerator {
28
28
? [
29
29
{
30
30
command : '/dev' ,
31
- placeholder : 'Briefly describe a task or issue' ,
31
+ placeholder : 'Describe your task or issue in as much detail as possible ' ,
32
32
description :
33
33
'Plan and implement new functionality across multiple files in your workspace.' ,
34
34
} ,
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export class TabDataGenerator {
27
27
private tabInputPlaceholder : Map < TabType , string > = new Map ( [
28
28
[ 'unknown' , 'Ask a question or enter "/" for quick commands' ] ,
29
29
[ 'cwc' , 'Ask a question or enter "/" for quick commands' ] ,
30
- [ 'featuredev' , 'Briefly describe a task or issue' ] ,
30
+ [ 'featuredev' , 'Describe your task or issue in as much detail as possible ' ] ,
31
31
] )
32
32
33
33
private tabWelcomeMessage : Map < TabType , string > = new Map ( [
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ amazonqFeatureDev.placeholder.closed_session=Your session is now closed
87
87
amazonqFeatureDev.placeholder.generating_approach =Generating plan...
88
88
amazonqFeatureDev.placeholder.generating_code =Generating code...
89
89
amazonqFeatureDev.placeholder.iterate_plan =How can this plan be improved?
90
- amazonqFeatureDev.placeholder.new_plan =Briefly describe a task or issue
90
+ amazonqFeatureDev.placeholder.new_plan =Describe your task or issue in as much detail as possible
91
91
amazonqFeatureDev.placeholder.provide_code_feedback =Feedback, comments ...
92
92
amazonqFeatureDev.plan_generation.ask_for_feedback =Would you like to generate a suggestion for this? You'll review a file diff before inserting into your project.
93
93
apprunner.action.configure =Configure Service
You can’t perform that action at this time.
0 commit comments