summaryrefslogtreecommitdiffstats
path: root/models/boards.js
diff options
context:
space:
mode:
Diffstat (limited to 'models/boards.js')
-rw-r--r--models/boards.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/models/boards.js b/models/boards.js
index 6836a320..6f0f7293 100644
--- a/models/boards.js
+++ b/models/boards.js
@@ -324,7 +324,7 @@ Boards.helpers({
getDefaultSubtasksListId() {
if (this.subtasksDefaultListId === null) {
this.subtasksDefaultListId = Lists.insert({
- title: TAPi18n.__('new'),
+ title: TAPi18n.__('queue'),
boardId: this._id,
});
Boards.update(this._id, {$set: {