Fixed translations #1.1.0

This commit is contained in:
2023-08-14 19:36:22 +02:00
parent 44e225c273
commit 9db00516c3
6 changed files with 18 additions and 8 deletions

View File

@@ -110,7 +110,7 @@ export class ConfigComponent implements OnInit {
return throwError(err);
})).subscribe(result => {
this.spinner.hideSpinner();
this.toastService.success(this.translate.instant("view.server.config.message.technician_config_create"), this.translate.instant("view.server.config.message.technician_config_create_d"));
this.toastService.success(this.translate.instant("view.server.config.message.server_config_create"), this.translate.instant("view.server.config.message.server_config_create_d"));
});
}
}

View File

@@ -112,7 +112,7 @@ export class SidebarService {
};
this.serverConfig = {
label: this.isSidebarOpen ? this.translateService.instant("sidebar.server.config") : "",
label: this.isSidebarOpen ? this.translateService.instant("sidebar.server.configuration") : "",
icon: "pi pi-cog",
visible: true,
routerLink: `server/${this.server$.value?.id}/config`