fix some mistakes

pull/56/head
(Macesuted) 4 years ago committed by undefined
parent 6daa44fb09
commit d50251f361

@ -59,6 +59,7 @@ Add module: 添加模块
Add new data: 添加新数据
Add User: 添加用户
Add: 添加
Additional File: 附加数据
All {0} Contests: 所有 {0} 比赛
All Contests: 所有比赛
All Homeworks: 所有作业

@ -43,7 +43,7 @@ class ProblemImportSYZOJHandler extends Handler {
content.push({
type: 'Text',
subType: 'markdown',
sectionTitle: this.translate('Description'),
sectionTitle: this.translate('Problem Describe'),
text: p.description,
});
}

Loading…
Cancel
Save