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.
1 parent d04d7c4 commit d9f96b9Copy full SHA for d9f96b9
src/components/ChallengeEditor/index.js
@@ -1051,8 +1051,8 @@ class ChallengeEditor extends Component {
1051
if (!isNew && isLaunch && !isConfirm) {
1052
activateModal = (
1053
<ConfirmationModal
1054
- title='Launch Challenge Confirmation'
1055
- message={`Do you want to launch ${type} challenge "${challenge.name}"?`}
+ title='Confirm Launch'
+ message={`Do you want to launch "${challenge.name}"?`}
1056
theme={theme}
1057
isProcessing={this.state.isSaving}
1058
errorMessage={this.state.error}
0 commit comments