diff --git a/src/components/views/voip/CallView/CallViewHeader.tsx b/src/components/views/voip/CallView/CallViewHeader.tsx index e3b93d174692..696c22a6fe43 100644 --- a/src/components/views/voip/CallView/CallViewHeader.tsx +++ b/src/components/views/voip/CallView/CallViewHeader.tsx @@ -25,7 +25,7 @@ import WidgetAvatar from '../../avatars/WidgetAvatar'; import { IApp } from '../../../../stores/WidgetStore'; import WidgetUtils from '../../../../utils/WidgetUtils'; -const callTypeTranslationByType: Record string> = { +const callTypeTranslationByType: Record string> = { [CallType.Video]: () => _t("Video Call"), [CallType.Voice]: () => _t("Audio Call"), 'widget': (app: IApp) => WidgetUtils.getWidgetName(app),