From 9b12afe2a6768f9b2c76a43f5b7c41404cf6ec03 Mon Sep 17 00:00:00 2001 From: cv <34649812+cpvalente@users.noreply.github.com> Date: Fri, 29 Sep 2023 21:40:22 +0200 Subject: [PATCH] refactor: align import map to demo --- .../utils/src/feature/excel-import/excelImport.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/packages/utils/src/feature/excel-import/excelImport.ts b/packages/utils/src/feature/excel-import/excelImport.ts index 15e590577..7ef041fe2 100644 --- a/packages/utils/src/feature/excel-import/excelImport.ts +++ b/packages/utils/src/feature/excel-import/excelImport.ts @@ -4,7 +4,7 @@ export type ExcelImportMap = typeof defaultExcelImportMap; export const defaultExcelImportMap = { worksheet: 'event schedule', projectName: 'project name', - projectDescription: 'project descriptotion', + projectDescription: 'project description', publicUrl: 'public url', publicInfo: 'public info', backstageUrl: 'backstage url', @@ -13,11 +13,11 @@ export const defaultExcelImportMap = { timeEnd: 'time end', duration: 'duration', cue: 'cue', - title: 'event title', - presenter: 'presenter name', - subtitle: 'event subtitle', - isPublic: 'is public? (x)', - skip: 'skip? (x)', + title: 'title', + presenter: 'presenter', + subtitle: 'subtitle', + isPublic: 'public', + skip: 'skip', note: 'notes', colour: 'colour', endAction: 'end action',