Skip to content

Commit 7817f35

Browse files
authored
Merge pull request aws#7044 from ashishrp-aws/feature/agentic-chat
fix(chat): Updating spinner text to thinking
2 parents 0ec7fcc + 1aece44 commit 7817f35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/amazonq/webview/ui/texts/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const uiComponentsTexts = {
2525
copyToClipboard: 'Copied to clipboard',
2626
noMoreTabsTooltip: 'You can only open ten conversation tabs at a time.',
2727
codeSuggestionWithReferenceTitle: 'Some suggestions contain code with references.',
28-
spinnerText: 'Generating your answer...',
28+
spinnerText: 'Thinking...',
2929
changeAccepted: 'Change accepted',
3030
changeRejected: 'Change rejected',
3131
acceptChange: 'Accept change',

0 commit comments

Comments
 (0)