Skip to content

Commit 7ff06cb

Browse files
authored
Merge pull request #2864 from r0hit-gupta/update-reasons
Update cancellation reasons #2864
2 parents 3f477a2 + d173e74 commit 7ff06cb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

src/components/ProjectStatus/ProjectStatusChangeConfirmation.jsx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,13 @@ class ProjectStatusChangeConfirmation extends Component {
3737
{ value: null, title: '-- Select Reason --'},
3838
{ value: 'spam', title: 'Spam'},
3939
{ value: 'demo', title: 'Demo/Test'},
40-
{ value: 'competitor', title: 'Customer selected competitor'},
41-
{ value: 'price', title: 'Price too high'},
42-
{ value: 'customer-inhouse', title: 'Being done in-house'},
43-
{ value: 'customer-inactivity', title: 'Customer not responsive'},
40+
{ value: 'duplicate', title: 'Duplicate project'},
41+
{ value: 'join-as-member', title: 'Want to join Topcoder as member'},
42+
{ value: 'price', title: 'Project budget doesn\'t fit'},
43+
{ value: 'insufficient-input', title: 'Insufficient input from Customer'},
4444
{ value: 'non-community', title: 'Poor community fit'},
45-
{ value: 'by-choice', title: 'Declined by us'}
45+
{ value: 'customer-inactivity', title: 'Customer not responsive'},
46+
{ value: 'unrealistic-timeline', title: 'Unrealistic timeline'}
4647
]
4748
this.confirmText = confirmText
4849
this.titleStatus = titleStatus

0 commit comments

Comments
 (0)