Skip to content

Commit 6eac5d1

Browse files
authored
Merge pull request #4479 from appirio-tech/feature/milestone-customer-approval
[HOTFIX][DEV] rename phased to paused
2 parents 8f9c729 + d651aa7 commit 6eac5d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@ export const PHASE_STATUS_OPTIONS = [
655655
{ label: 'Active', value: PHASE_STATUS_ACTIVE },
656656
{ label: 'Completed', value: PHASE_STATUS_COMPLETED },
657657
{ label: 'Cancelled', value: PHASE_STATUS_CANCELLED },
658-
{ label: 'Phased', value: PHASE_STATUS_PAUSED },
658+
{ label: 'Paused', value: PHASE_STATUS_PAUSED },
659659
]
660660

661661
// this defines default criteria to filter projects for projects list

0 commit comments

Comments
 (0)