diff --git a/src/lang/cn.js b/src/lang/cn.js index 0eaf2f0..230b93c 100644 --- a/src/lang/cn.js +++ b/src/lang/cn.js @@ -5,7 +5,7 @@ const cn = { experience: '工作经历', education: '教育经历', skills: '技能专长', - about: 'About me' // Translation needed! + about: '自我介绍' } }; export default cn;