This commit is contained in:
2023-05-01 16:10:00 +02:00
parent 37de7b5b2f
commit 5ec6d1cc82

View File

@@ -135,6 +135,4 @@ export class ManagementComponent implements OnInit {
this.translations.add = await this.translateService.getData(this.translations.add, lang); this.translations.add = await this.translateService.getData(this.translations.add, lang);
this.translations.close = await this.translateService.getData(this.translations.close, lang); this.translations.close = await this.translateService.getData(this.translations.close, lang);
} }
protected readonly String = String;
} }