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.
2 parents ea0d0b7 + 596656d commit 3607d94Copy full SHA for 3607d94
src/projects/detail/containers/ProjectInfoContainer.js
@@ -124,7 +124,7 @@ class ProjectInfoContainer extends React.Component {
124
if (project.directProjectId) {
125
directLinks.push({name: 'Project in Topcoder Direct', href: `${DIRECT_PROJECT_URL}${project.directProjectId}`})
126
} else {
127
- directLinks.push({name: 'No Direct project created. Please contact support.', href: 'mailto:support@topcoder.com'})
+ directLinks.push({name: 'Direct project not linked. Contact support.', href: 'mailto:support@topcoder.com'})
128
}
129
directLinks.push({name: 'Salesforce Lead', href: `${SALESFORCE_PROJECT_LEAD_LINK}${project.id}`})
130
0 commit comments