File tree Expand file tree Collapse file tree
api/kanban/[boardId]/calendar Expand file tree Collapse file tree Original file line number Diff line number Diff line change 469469 "checklistType" : " Checklist Type" ,
470470 "simpleChecklist" : " Simple Checklist" ,
471471 "taskProject" : " Task Project" ,
472- "kanbanBoard" : " Kanban Board " ,
472+ "kanbanBoard" : " Kanban" ,
473473 "basicTodoItems" : " Basic todo items" ,
474474 "withTimeTracking" : " With time tracking" ,
475475 "noDescription" : " No description" ,
513513 "convert" : " Convert" ,
514514 "convertToSimpleChecklist" : " Convert to simple checklist" ,
515515 "convertToTaskProject" : " Convert to task project" ,
516- "convertToKanbanBoard" : " Convert to Kanban Board " ,
516+ "convertToKanbanBoard" : " Convert to Kanban" ,
517517 "pasteYourList" : " Paste your list (one item per line)" ,
518518 "addItems" : " Add {count} Items" ,
519519 "itemsWillBeAdded" : " {count} items will be added" ,
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ export async function GET(
3131 const accept = request . headers . get ( "accept" ) || "" ;
3232
3333 if ( accept . includes ( "text/calendar" ) ) {
34- const ics = generateICS ( board . items , board . title || "Kanban Board " ) ;
34+ const ics = generateICS ( board . items , board . title || "Kanban" ) ;
3535 return new NextResponse ( ics , {
3636 headers : {
3737 "Content-Type" : "text/calendar; charset=utf-8" ,
You can’t perform that action at this time.
0 commit comments