Browse Source

修改文案

lex 8 months ago
parent
commit
e4edac2d15
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/choose-homework/classroom-detail/index.tsx

+ 1 - 1
src/views/choose-homework/classroom-detail/index.tsx

@@ -415,7 +415,7 @@ export default defineComponent({
                 const ids = getKnowledgeMaterialIds(data.list);
                 if (state.max !== -1) {
                   if (ids.length > state.max) {
-                    showToast(`当前练习组只可添加${state.max}条练习`);
+                    showToast(`当前练习组只可添加${state.max}条练习内容`);
                     return;
                   }
                 }