diff --git a/locales/index.d.ts b/locales/index.d.ts index 1b4f740442..8d5c91d019 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -1108,9 +1108,13 @@ export interface Locale { "ticketsUrl": string; "isFree": string; "price": string; + "availability": string; + "from": string; + "until": string; "availabilityStart": string; "availabilityEnd": string; "keywords": string; + "performers": string; }; "_accountMigration": { "moveFrom": string; diff --git a/packages/frontend/src/components/MkEvent.vue b/packages/frontend/src/components/MkEvent.vue index 06fb0fc5b0..ca20bbc353 100644 --- a/packages/frontend/src/components/MkEvent.vue +++ b/packages/frontend/src/components/MkEvent.vue @@ -25,7 +25,7 @@