Skip to content
Snippets Groups Projects
Unverified Commit c7742b9c authored by Kyle Doherty's avatar Kyle Doherty
Browse files

update copy to reflect no limit to number of pulses

parent d30f7379
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ export default class PulseEditCards extends Component {
return (
<div className="py1">
<h2>Pick your data</h2>
<p className="mt1 h4 text-bold text-grey-3">Pick up to five questions you'd like to send in this pulse</p>
<p className="mt1 h4 text-bold text-grey-3">Choose questions you'd like to send in this pulse.</p>
<ol className="my3">
{cards && pulseCards.map((card, index) =>
<li key={index} className="my1">
......
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