Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/src/amazonq/webview/ui/texts/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const uiComponentsTexts = {
copyToClipboard: 'Copied to clipboard',
noMoreTabsTooltip: 'You can only open ten conversation tabs at a time.',
codeSuggestionWithReferenceTitle: 'Some suggestions contain code with references.',
spinnerText: 'Generating your answer...',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will impact /dev, /test, etc? Can we make a new one for cwc only?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it will...UIComponentText based on tab config (which available i would have set it to only for cwc and pair programmer mode)

spinnerText: 'Thinking...',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess this will be impacting entire Amazon Q including /dev etc
Are we ok for this ?
If Yes we are good!

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

changeAccepted: 'Change accepted',
changeRejected: 'Change rejected',
acceptChange: 'Accept change',
Expand Down