mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-03 03:21:49 +02:00
use real equals
Co-authored-by: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
7ad366603a
commit
4a26199a75
@ -240,7 +240,7 @@ export default class CallHandler {
|
|||||||
this.play(AudioID.Busy);
|
this.play(AudioID.Busy);
|
||||||
let title;
|
let title;
|
||||||
let description;
|
let description;
|
||||||
if (call.hangupReason == CallErrorCode.UserHangup) {
|
if (call.hangupReason === CallErrorCode.UserHangup) {
|
||||||
title = _t("Call Declined");
|
title = _t("Call Declined");
|
||||||
description = _t("The other party declined the call.");
|
description = _t("The other party declined the call.");
|
||||||
} else if (call.hangupReason === CallErrorCode.InviteTimeout) {
|
} else if (call.hangupReason === CallErrorCode.InviteTimeout) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user