copy: shorten toolbar button labels (生成教案→生成, 返回列表→返回)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-22 22:46:37 -06:00
parent 6d54750b37
commit c7e4dd02bc
4 changed files with 4 additions and 4 deletions

View File

@@ -197,7 +197,7 @@ function closeFixDialog(): void {
<div v-else-if="loadStatus === 'error'" class="app-notice app-notice--error" role="alert">
<span>{{ loadError }}</span>
<button type="button" @click="$emit('back')">返回列表</button>
<button type="button" @click="$emit('back')">返回</button>
</div>
<template v-else>