openvidu-components: Fixed typo showing disconnected error

pull/739/head
csantosm 2022-06-17 15:52:33 +02:00
parent c37e619dac
commit b2dc5da33c
1 changed files with 2 additions and 2 deletions

View File

@ -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
);
});