Skip to content
Snippets Groups Projects
Commit 1511adc9 authored by Andres Gomez Urquiza's avatar Andres Gomez Urquiza
Browse files

using pulse instead of Pulse for consistency with other copies in view

parent 6fcebb3f
Branches
Tags
No related merge requests found
......@@ -204,7 +204,7 @@ export default class PulseEditChannels extends Component {
"Send to " + channelSpec.name + " now"}
activeText="Sending…"
failedText="Sending failed"
successText={ this.willPulseSkip.bind(this)() ? "Didn’t send because the Pulse has no results." : "Pulse sent"}
successText={ this.willPulseSkip.bind(this)() ? "Didn’t send because the pulse has no results." : "Pulse sent"}
overrideStyle={ this.willPulseSkip.bind(this)() }
/>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment