|
@@ -324,7 +324,7 @@ Boards.helpers({
|
|
getDefaultSubtasksListId() {
|
|
getDefaultSubtasksListId() {
|
|
if (this.subtasksDefaultListId === null) {
|
|
if (this.subtasksDefaultListId === null) {
|
|
this.subtasksDefaultListId = Lists.insert({
|
|
this.subtasksDefaultListId = Lists.insert({
|
|
- title: TAPi18n.__('new'),
|
|
|
|
|
|
+ title: TAPi18n.__('queue'),
|
|
boardId: this._id,
|
|
boardId: this._id,
|
|
});
|
|
});
|
|
Boards.update(this._id, {$set: {
|
|
Boards.update(this._id, {$set: {
|