Skip to content
Snippets Groups Projects
Commit 1b6a4997 authored by Paul Rosenzweig's avatar Paul Rosenzweig
Browse files

remove extra single quote

parent def54a00
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