diff --git a/src/app/app.component.ts b/src/app/app.component.ts index bf7dff4..73028eb 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -14,7 +14,7 @@ export class AppComponent implements OnInit { private store = inject(Store); ngOnInit() { - console.log('Corriendo con la configuraciĆ³n: ', environment.name); + console.info('Running with configuration: ', environment.name); this.store.dispatch(publicLanguageActions.loadAll({})); } }