Change: Rename Undetected Pages permission

Change to: "Process Undetected Pages"
This commit is contained in:
Gary Sharp
2014-02-04 10:52:49 +11:00
parent bfcbcf9da2
commit cc4682875b
2 changed files with 9 additions and 9 deletions
@@ -33,7 +33,7 @@ namespace Disco.Services.Authorization.Roles.ClaimGroups.Configuration.DocumentT
[ClaimDetails("Bulk Generate Document Templates", "Can bulk generate document templates")]
public bool BulkGenerate { get; set; }
[ClaimDetails("Undetected Pages", "Can show and assign imported documents which were not undetected")]
[ClaimDetails("Process Undetected Pages", "Can show and assign imported documents which were not undetected")]
public bool UndetectedPages { get; set; }
}
}