diff options
Diffstat (limited to 'FrontEnd/src/locales')
-rw-r--r-- | FrontEnd/src/locales/en/translation.json | 3 | ||||
-rw-r--r-- | FrontEnd/src/locales/zh/translation.json | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/FrontEnd/src/locales/en/translation.json b/FrontEnd/src/locales/en/translation.json index 90e61875..21c826bd 100644 --- a/FrontEnd/src/locales/en/translation.json +++ b/FrontEnd/src/locales/en/translation.json @@ -226,8 +226,7 @@ "about": { "author": { "title": "Site Developer", - "fullname": "Fullname: ", - "nickname": "Nickname: ", + "name": "Name: ", "introduction": "Introduction: ", "introductionContent": "A programmer coding based on coincidence", "links": "Links: " diff --git a/FrontEnd/src/locales/zh/translation.json b/FrontEnd/src/locales/zh/translation.json index ea916c9c..b7212128 100644 --- a/FrontEnd/src/locales/zh/translation.json +++ b/FrontEnd/src/locales/zh/translation.json @@ -226,8 +226,7 @@ "about": { "author": { "title": "网站作者", - "fullname": "姓名:", - "nickname": "昵称:", + "name": "名字:", "introduction": "简介:", "introductionContent": "一个基于巧合编程的代码爱好者。", "links": "链接:" |