Added admin field in management page

This commit is contained in:
grata
2023-05-05 11:11:03 +02:00
parent 6f72e3e6e7
commit d072dca42c
2 changed files with 6 additions and 2 deletions

View File

@@ -117,6 +117,8 @@ export class ManagementComponent implements OnInit {
}
async switchLanguage(lang: string) {
// Man
this.translations.users = await this.translateService.getData(this.translations.users, lang);
this.translations.locations = await this.translateService.getData(this.translations.locations, lang);
this.translations.waypoints = await this.translateService.getData(this.translations.waypoints, lang);