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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {