Skip to content

Commit d651aa7

Browse files
committed
rename phased to paused
1 parent a7df2c8 commit d651aa7

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)