Update src/components/views/voip/CallView/CallViewHeader.tsx
Co-authored-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
29e9db44a3
commit
90c2eb0b92
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ import WidgetUtils from '../../../../utils/WidgetUtils';
|
|||
|
||||
const callTypeTranslationByType: Record<CallType | 'widget', (app?: IApp) => string> = {
|
||||
[CallType.Video]: () => _t("Video Call"),
|
||||
[CallType.Voice]: () => _t("Audio Call"),
|
||||
[CallType.Voice]: () => _t("Voice Call"),
|
||||
'widget': (app: IApp) => WidgetUtils.getWidgetName(app),
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue