diff --git a/app/javascript/components/request-workflow-status/data.js b/app/javascript/components/request-workflow-status/data.js index 0b5fe2bfafd..bdce9feaa94 100644 --- a/app/javascript/components/request-workflow-status/data.js +++ b/app/javascript/components/request-workflow-status/data.js @@ -1,6 +1,6 @@ import moment from 'moment'; -/** Types of workflow state statuses */ +/** Types of workflow state status */ export const workflowStateTypes = { success: { text: 'success', tagType: 'green' }, error: { text: 'error', tagType: 'red' },