diff --git a/apps/web/components/eventtype/EventSetupTab.tsx b/apps/web/components/eventtype/EventSetupTab.tsx index 5383f8f8da..4f427e2874 100644 --- a/apps/web/components/eventtype/EventSetupTab.tsx +++ b/apps/web/components/eventtype/EventSetupTab.tsx @@ -199,7 +199,7 @@ export const EventSetupTab = ( // We dont want to translate the string link - it doesnt exist in common.json and it gets prefixed/suffixed with __ or // const eventLabel = eventLocationType.defaultValueVariable === "link" - ? location[eventLocationType.defaultValueVariable] + ? eventLocationType.label : t(location[eventLocationType.defaultValueVariable] || eventLocationType.label); return (