mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-30 20:50:34 +00:00
feat: Update feedback dialog text to reference Qwen instead of Claude
This commit is contained in:
parent
d095a8b3f1
commit
e748532e6d
6 changed files with 38 additions and 31 deletions
|
|
@ -34,7 +34,7 @@ export const FeedbackDialog: React.FC = () => {
|
|||
<Box flexDirection="column" marginY={1}>
|
||||
<Box>
|
||||
<Text color="cyan">● </Text>
|
||||
<Text bold>{t('How is Claude doing this session? (optional)')}</Text>
|
||||
<Text bold>{t('How is Qwen doing this session? (optional)')}</Text>
|
||||
</Box>
|
||||
<Box marginTop={1}>
|
||||
<Text color="cyan">1: </Text>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue