diff --git a/Kitodo/src/main/java/org/kitodo/production/controller/SecurityAccessController.java b/Kitodo/src/main/java/org/kitodo/production/controller/SecurityAccessController.java index 1b92034cbd8..72eb057e8e4 100644 --- a/Kitodo/src/main/java/org/kitodo/production/controller/SecurityAccessController.java +++ b/Kitodo/src/main/java/org/kitodo/production/controller/SecurityAccessController.java @@ -223,9 +223,9 @@ public boolean hasAuthorityToAddOnProjectPage() { } /** - * Check if the current user has the authority to add OCR profile. + * Check if the current user has the authority to add OCR-D workflow. * - * @return true if the current user has the authority to add OCR profile. + * @return true if the current user has the authority to add OCR-D workflow. */ public boolean hasAuthorityToAssignOcrdWorkflow() { return securityAccessService.hasAuthorityToAssignOcrdWorkflow(); diff --git a/Kitodo/src/main/java/org/kitodo/production/services/ocr/OcrdWorkflowService.java b/Kitodo/src/main/java/org/kitodo/production/services/ocr/OcrdWorkflowService.java index 9f471628002..6a04c6ac116 100644 --- a/Kitodo/src/main/java/org/kitodo/production/services/ocr/OcrdWorkflowService.java +++ b/Kitodo/src/main/java/org/kitodo/production/services/ocr/OcrdWorkflowService.java @@ -57,7 +57,7 @@ public static OcrdWorkflowService getInstance() { /** * Get list of OCR-D workflows from directory. *
- * The files are relative paths to the ocr profiles directory. + * The files are relative paths to the OCR-D workflow directory. *
* * @return list of OCR-D workflows