Browse Source

PRS CLASSES - corrected security token caption typo

Nick-PRSDigital@bitbucket.org 2 years ago
parent
commit
5078a5e801
1 changed files with 1 additions and 1 deletions
  1. 1 1
      prs.classes/SecurityDescriptors/Project_Descriptors.cs

+ 1 - 1
prs.classes/SecurityDescriptors/Project_Descriptors.cs

@@ -42,7 +42,7 @@ namespace Comal.Classes
     {
     }
 
-    [Caption("View Web General Documents from App")]
+    [Caption("Open Mobile Native PDF Viewer")]
     public class CanOpenMobileNativePDFViewer : DisabledSecurityDescriptor<ProjectManagementLicense, JobDocumentSetMileStone>
     {
     }