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 90947c9291
commit 4ac83527ea

View File

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