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
|
// Create a new first bucket for this list
|
||||||
b := &Bucket{
|
b := &Bucket{
|
||||||
ListID: l.ID,
|
ListID: l.ID,
|
||||||
Title: "New Bucket",
|
Title: "Backlog",
|
||||||
}
|
}
|
||||||
err = b.Create(s, a)
|
err = b.Create(s, a)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|
Loading…
Add table
Reference in a new issue