Skip to content
Snippets Groups Projects
Commit f41163d8 authored by Sameer Al-Sakran's avatar Sameer Al-Sakran Committed by GitHub
Browse files

Merge pull request #6083 from metabase/issue-3764

update copy to reflect no limit to number of pulses
parents d30f7379 c7742b9c
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.
Please register or to comment