Skip to content
Snippets Groups Projects
Unverified Commit 00670f6e authored by Tom Robinson's avatar Tom Robinson Committed by GitHub
Browse files

Merge pull request #9910 from metabase/fix-typo-issue-9214

Fix typo - resolve issue #9214
parents def54a00 1b6a4997
Branches
Tags
No related merge requests found
......@@ -164,7 +164,7 @@ export default class Text extends Component {
styles["text-card-textarea"],
)}
name="text"
placeholder={t`Write here, and use Markdown if you''d like`}
placeholder={t`Write here, and use Markdown if you'd like`}
value={settings.text}
onChange={e => this.handleTextChange(e.target.value)}
/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment