visuddhinanda 2 лет назад
Родитель
Сommit
eff3e58acb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/fts/FtsBookList.tsx

+ 1 - 1
dashboard/src/components/fts/FtsBookList.tsx

@@ -111,7 +111,7 @@ const FtsBookListWidget = ({
         setTreeData([
           {
             key: "all",
-            title: "all " + totalResult + "个单词",
+            title: "all " + totalResult + "个结果",
             children: json.data.rows.map((item, id) => {
               const title = item.title ? item.title : item.paliTitle;
               return {