diff options
-rw-r--r-- | pkg/form/repo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/form/repo.go b/pkg/form/repo.go index a524560f..0389ca76 100644 --- a/pkg/form/repo.go +++ b/pkg/form/repo.go @@ -262,7 +262,7 @@ func (f *CreateMilestone) Validate(ctx *macaron.Context, errs binding.Errors) bi type CreateLabel struct { ID int64 - Title string `binding:"Required;MaxSize(50)" locale:"repo.issues.label_name"` + Title string `binding:"Required;MaxSize(50)" locale:"repo.issues.label_title"` Color string `binding:"Required;Size(7)" locale:"repo.issues.label_color"` } |