We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 635fc38 commit 0cbb061Copy full SHA for 0cbb061
packages/core/src/amazonqTest/models/constants.ts
@@ -58,7 +58,7 @@ export const cancelFixingTestButton: ChatItemButton = {
58
59
export const buildProgressField: ProgressField = {
60
...baseProgressField,
61
- text: 'Compiling project...',
+ text: 'Project compiling...',
62
actions: [cancelBuildProgressButton],
63
}
64
0 commit comments