Skip to content

Commit 0bd7f38

Browse files
authored
fix: spinner text should now say Thinking... (#1058)
1 parent befaeca commit 0bd7f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chat-client/src/client/mynahUi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,5 +854,5 @@ const uiComponentsTexts = {
854854
copyToClipboard: 'Copied to clipboard',
855855
noMoreTabsTooltip: 'You can only open ten conversation tabs at a time.',
856856
codeSuggestionWithReferenceTitle: 'Some suggestions contain code with references.',
857-
spinnerText: 'Generating your answer...',
857+
spinnerText: 'Thinking...',
858858
}

0 commit comments

Comments
 (0)