This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix issue
tags/v1.22.1.3^2
zhoupzh
4 years ago
parent
588ac6edb5
commit
3d6ee0c573
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
options/locale/locale_zh-CN.ini
+1
-1
templates/repo/createCourse.tmpl
+ 1
- 1
options/locale/locale_zh-CN.ini
View File
@@ -51,7 +51,7 @@ organization=组织
mirror=镜像
new_repo=创建项目
new_course=发布课程
course_desc=
发布
课程
course_desc=课程
描述
new_dataset=创建数据集
new_migrate=迁移外部项目
edit_dataset = Edit Dataset
+ 1
- 1
templates/repo/createCourse.tmpl
View File
@@ -48,7 +48,7 @@
</div>
<div class="inline field {{if .Err_Description}}error{{end}}">
<label for="description">{{.i18n.Tr "
repo.repo
_desc"}}</label>
<label for="description">{{.i18n.Tr "
course
_desc"}}</label>
<textarea id="description" name="description" maxlength="254">{{.description}}</textarea>
</div>
<div class="inline field">
Write
Preview
Loading…
Cancel
Save