Skip to content

Commit d9f96b9

Browse files
author
Vikas Agarwal
committed
fix: git#747-Update "Launch Confirmation" Copy
1 parent d04d7c4 commit d9f96b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ChallengeEditor/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1051,8 +1051,8 @@ class ChallengeEditor extends Component {
10511051
if (!isNew && isLaunch && !isConfirm) {
10521052
activateModal = (
10531053
<ConfirmationModal
1054-
title='Launch Challenge Confirmation'
1055-
message={`Do you want to launch ${type} challenge "${challenge.name}"?`}
1054+
title='Confirm Launch'
1055+
message={`Do you want to launch "${challenge.name}"?`}
10561056
theme={theme}
10571057
isProcessing={this.state.isSaving}
10581058
errorMessage={this.state.error}

0 commit comments

Comments
 (0)