Update permissions-select.component.ts

[ci skip]
This commit is contained in:
shamoon
2023-03-21 08:30:43 -07:00
committed by GitHub
parent 4637e33326
commit a9707f0ab0

View File

@@ -59,7 +59,7 @@ export class PermissionsSelectComponent
this.updateDisabledStates() this.updateDisabledStates()
} }
inheritedWarning: string = $localize`Inerhited from group` inheritedWarning: string = $localize`Inherited from group`
constructor(private readonly permissionsService: PermissionsService) { constructor(private readonly permissionsService: PermissionsService) {
for (const type in PermissionType) { for (const type in PermissionType) {