Skip to content

Commit 1d3e2ac

Browse files
Copilotnighca
andauthored
fix: typo 稍后 → 稍候 in EnrichableSubmitButton tooltip (#2987)
Agent-Logs-Url: https://github.com/goplus/builder/sessions/382560f4-afcd-4e75-b90a-009f81603c3e Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: nighca <1492263+nighca@users.noreply.github.com>
1 parent d0485a5 commit 1d3e2ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spx-gui/src/components/asset/gen/common/EnrichableSubmitButton.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const buttonLoading = computed(() => props.loading || (isEnrichTriggered.value &
6363
</template>
6464
{{
6565
$t({
66-
zh: '正在自动丰富细节,请稍后...',
66+
zh: '正在自动丰富细节,请稍候...',
6767
en: 'Enriching automatically, please wait...'
6868
})
6969
}}

0 commit comments

Comments
 (0)