@@ -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