File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ export default function CodeTemplate({ templates }) {
74
74
size = "small"
75
75
style = { { marginLeft : "10px" } }
76
76
>
77
- { t ( "Locale.app.toWriteSilently " ) }
77
+ { t ( "Locale.app.goForDictation " ) }
78
78
</ Button >
79
79
</ li >
80
80
) ) }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ export const en = {
6
6
copySuccess : "Copy successfully~" ,
7
7
article : "article" ,
8
8
recommendedQuestions : "Recommended Questions:" ,
9
- toWriteSilently : "To write silently " ,
9
+ goForDictation : "go for dictation " ,
10
10
contribution : "Correction or contribution to other languages" ,
11
11
back : "Back to Home page" ,
12
12
viewSolution : "View solution" ,
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ export const cn = {
7
7
copySuccess : "复制成功~" ,
8
8
article : "文章" ,
9
9
recommendedQuestions : "推荐题目:" ,
10
- toWriteSilently : "去默写" ,
10
+ goForDictation : "去默写" ,
11
11
contribution :"纠错 or 贡献其他语言" ,
12
12
back : "返回主页" ,
13
13
viewSolution : "查看本题题解" ,
You can’t perform that action at this time.
0 commit comments