Skip to content

Commit

Permalink
chore(App): ✏️ environment mode log, spanish => english
Browse files Browse the repository at this point in the history
  • Loading branch information
juamber-rgs committed Nov 25, 2023
1 parent 2b45954 commit 52edd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({}));
}
}

0 comments on commit 52edd19

Please sign in to comment.