mirror of https://github.com/OpenVidu/openvidu.git
openvidu-components: Fixed typo showing disconnected error
parent
c37e619dac
commit
b2dc5da33c
|
@ -326,8 +326,8 @@ export class SessionComponent implements OnInit {
|
||||||
this.session.on('reconnecting', () => {
|
this.session.on('reconnecting', () => {
|
||||||
this.log.w('Connection lost: Reconnecting');
|
this.log.w('Connection lost: Reconnecting');
|
||||||
this.actionService.openDialog(
|
this.actionService.openDialog(
|
||||||
this.translateService.translate('ERRRORS.CONNECTION'),
|
this.translateService.translate('ERRORS.CONNECTION'),
|
||||||
this.translateService.translate('ERRRORS.RECONNECT'),
|
this.translateService.translate('ERRORS.RECONNECT'),
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue