From 214c189a7c441fa9f89f129d142ba8678bacff70 Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Tue, 14 Nov 2023 10:41:44 +0800 Subject: [PATCH] fix text --- src/views/Selection/DictCont.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/Selection/DictCont.js b/src/views/Selection/DictCont.js index d0237c2..dfff97a 100644 --- a/src/views/Selection/DictCont.js +++ b/src/views/Selection/DictCont.js @@ -9,7 +9,7 @@ const exchangeMap = { word_done: "过去式", word_past: "过去分词", word_pl: "复数", - word_proto: "词根", + word_proto: "词源", }; export default function DictCont({ dictResult }) {