diff --git a/src/config/constants.js b/src/config/constants.js index 496114aa4..0b27005a0 100644 --- a/src/config/constants.js +++ b/src/config/constants.js @@ -655,7 +655,7 @@ export const PHASE_STATUS_OPTIONS = [ { label: 'Active', value: PHASE_STATUS_ACTIVE }, { label: 'Completed', value: PHASE_STATUS_COMPLETED }, { label: 'Cancelled', value: PHASE_STATUS_CANCELLED }, - { label: 'Phased', value: PHASE_STATUS_PAUSED }, + { label: 'Paused', value: PHASE_STATUS_PAUSED }, ] // this defines default criteria to filter projects for projects list