Change the name of the newly created bucket from "New Bucket" to "Backlog"
This commit is contained in:
parent
55f9106c9e
commit
fb53322d40
1 changed files with 1 additions and 1 deletions
|
@ -613,7 +613,7 @@ func (l *List) Create(s *xorm.Session, a web.Auth) (err error) {
|
|||
// Create a new first bucket for this list
|
||||
b := &Bucket{
|
||||
ListID: l.ID,
|
||||
Title: "New Bucket",
|
||||
Title: "Backlog",
|
||||
}
|
||||
err = b.Create(s, a)
|
||||
if err != nil {
|
||||
|
|
Loading…
Reference in a new issue