diff --git a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/session/session.component.ts b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/session/session.component.ts index a08f2f9db..fd7d217b0 100644 --- a/openvidu-components-angular/projects/openvidu-angular/src/lib/components/session/session.component.ts +++ b/openvidu-components-angular/projects/openvidu-angular/src/lib/components/session/session.component.ts @@ -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 ); });