Skip to content
Snippets Groups Projects
Commit de86d8ba authored by Kyle Doherty's avatar Kyle Doherty Committed by GitHub
Browse files

update pulse test text (#2928)

Change from test to send to indicate that functionality can be used to send one off pulses
parent 8f1a2874
No related branches found
No related tags found
No related merge requests found
......@@ -179,11 +179,11 @@ export default class PulseEditChannels extends Component {
actionFn={this.onTestPulseChannel.bind(this, channel)}
className={cx("Button", { disabled: !isValid })}
normalText={channelSpec.type === "email" ?
"Send a test email now" :
"Test " + channelSpec.name + " now"}
"Send email now" :
"Send to " + channelSpec.name + " now"}
activeText="Sending…"
failedText="Test failed"
successText="Test sent"
failedText="Sending failed"
successText="Pulse sent"
/>
</div>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment