Skip to content

Commit 3ea98e6

Browse files
author
Vikas Agarwal
committed
feat: git#726-Update Copy to "Create New Work"
1 parent 7ad883f commit 3ea98e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ChallengeEditor/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const theme = {
5555

5656
const getTitle = (isNew) => {
5757
if (isNew) {
58-
return 'Create New Challenge'
58+
return 'Create New Work'
5959
}
6060

6161
return 'Edit Challenge'

0 commit comments

Comments
 (0)