]> git.ipfire.org Git - thirdparty/paperless-ngx.git/commitdiff
Update permissions-select.component.ts
authorshamoon <4887959+shamoon@users.noreply.github.com>
Tue, 21 Mar 2023 15:30:43 +0000 (08:30 -0700)
committerGitHub <noreply@github.com>
Tue, 21 Mar 2023 15:30:43 +0000 (08:30 -0700)
[ci skip]

src-ui/src/app/components/common/permissions-select/permissions-select.component.ts

index 4b968f6e58c40f145c0200a5b143b8de53015085..aa2b2bea0349df4f6e01833da747a92fa7889738 100644 (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) {