Skip to content

Commit 50f5300

Browse files
fix #3379
1 parent 6d22f96 commit 50f5300

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/projects/create/components/ProjectSubmitted.jsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ class ProjectSubmitted extends React.Component {
2525
document.execCommand('copy')
2626
textField.remove()
2727
}
28-
28+
2929
render() {
3030
return (
3131
<div className="ProjectSubmitted flex column middle center tc-ui">
3232
<div className="container flex column middle center">
33-
<div className="title">Good job!</div>
33+
<div className="title">Congratulations!</div>
3434
<div className="sub-title">Your project has been submitted</div>
3535
<div className="content">
36-
A member of our team will be reaching out to you shortly to continue building your project plan.
36+
A member of our team will be reaching out to you shortly to finalize the scope and build your project plan.
3737
<br />
3838
<br />
39-
Here is your Topcoder project link if you want to share it with members of your team, or directly log in to your Topcoder project dashboard.
39+
Use the link below to share your project with members of your team. You can also access all your Topcoder projects in one place from your Connect project dashboard.
4040
</div>
4141
<div className="project-link-container flex row middle center">
4242
{ `${this.state.domain}${this.state.url}` }

0 commit comments

Comments
 (0)