Skip to content

Commit 93a6af5

Browse files
committed
perf: correct the erroneous text
1 parent 88d462d commit 93a6af5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/chat/components/Message/Reasoning.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function toggleCollapse() {
9494
<span class="text-gray-700 dark:text-gray-200 truncate">{{ $t('chat.thinking') }}</span>
9595
<span v-if="hasReasoningText" class="mx-1.5 text-gray-400 dark:text-gray-500">|</span>
9696
</template>
97-
<span v-if="hasReasoningText" class="text-gray-800 dark:text-gray-100 truncate">{{ $t('chat.thinking') }}</span>
97+
<span v-if="hasReasoningText" class="text-gray-800 dark:text-gray-100 truncate">{{ $t('chat.reasoningProcess') }}</span>
9898
<span v-else-if="!shouldShowThinkingIndicator && !hasReasoningText" class="text-gray-500 dark:text-gray-400">({{ $t('chat.noReasoningProcess') }})</span>
9999
</div>
100100
<button

0 commit comments

Comments
 (0)