Skip to content

Commit

Permalink
Rename profiles to OCR-D workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
markusweigelt committed Oct 11, 2023
1 parent aa157b0 commit 5662a3d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public static OcrdWorkflowService getInstance() {
/**
* Get list of OCR-D workflows from directory.
* <p>
* The files are relative paths to the ocr profiles directory.
* The files are relative paths to the OCR-D workflow directory.
* </p>
*
* @return list of OCR-D workflows
Expand Down

0 comments on commit 5662a3d

Please sign in to comment.