From 37989b0089d20c4a0ccb85499fcf77700274e084 Mon Sep 17 00:00:00 2001 From: Gabe Yuan Date: Mon, 6 Nov 2023 12:06:10 +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 bc0d4e7..d0237c2 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 }) {