diff --git a/web/src/i18n/types.ts b/web/src/i18n/types.ts index 65185cbcb9a..b70df288980 100644 --- a/web/src/i18n/types.ts +++ b/web/src/i18n/types.ts @@ -666,6 +666,7 @@ export interface Translations { columnLabels: { triage: string; todo: string; + scheduled?: string; ready: string; running: string; blocked: string; @@ -675,6 +676,7 @@ export interface Translations { columnHelp: { triage: string; todo: string; + scheduled?: string; ready: string; running: string; blocked: string;