Skip to content

Commit 3607d94

Browse files
author
vikasrohit
authored
Merge pull request #862 from appirio-tech/feature/copy_change_for_no_direct_project
Github issue#610, In UI, handle Direct project not being set
2 parents ea0d0b7 + 596656d commit 3607d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/projects/detail/containers/ProjectInfoContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ class ProjectInfoContainer extends React.Component {
124124
if (project.directProjectId) {
125125
directLinks.push({name: 'Project in Topcoder Direct', href: `${DIRECT_PROJECT_URL}${project.directProjectId}`})
126126
} else {
127-
directLinks.push({name: 'No Direct project created. Please contact support.', href: 'mailto:support@topcoder.com'})
127+
directLinks.push({name: 'Direct project not linked. Contact support.', href: 'mailto:support@topcoder.com'})
128128
}
129129
directLinks.push({name: 'Salesforce Lead', href: `${SALESFORCE_PROJECT_LEAD_LINK}${project.id}`})
130130
}

0 commit comments

Comments
 (0)