openvidu-components: Fixed typo showing disconnected error
This commit is contained in:
parent
c37e619dac
commit
b2dc5da33c
@ -326,8 +326,8 @@ export class SessionComponent implements OnInit {
|
||||
this.session.on('reconnecting', () => {
|
||||
this.log.w('Connection lost: Reconnecting');
|
||||
this.actionService.openDialog(
|
||||
this.translateService.translate('ERRRORS.CONNECTION'),
|
||||
this.translateService.translate('ERRRORS.RECONNECT'),
|
||||
this.translateService.translate('ERRORS.CONNECTION'),
|
||||
this.translateService.translate('ERRORS.RECONNECT'),
|
||||
false
|
||||
);
|
||||
});
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user