We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7df2c8 commit d651aa7Copy full SHA for d651aa7
src/config/constants.js
@@ -655,7 +655,7 @@ export const PHASE_STATUS_OPTIONS = [
655
{ label: 'Active', value: PHASE_STATUS_ACTIVE },
656
{ label: 'Completed', value: PHASE_STATUS_COMPLETED },
657
{ label: 'Cancelled', value: PHASE_STATUS_CANCELLED },
658
- { label: 'Phased', value: PHASE_STATUS_PAUSED },
+ { label: 'Paused', value: PHASE_STATUS_PAUSED },
659
]
660
661
// this defines default criteria to filter projects for projects list
0 commit comments