Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trim inserter help panel copy #17107

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 3 additions & 8 deletions packages/block-editor/src/components/inserter/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,23 +382,18 @@ export class InserterMenu extends Component {
<div className="block-editor-inserter__menu-help-panel-title">Content Blocks</div>
<p>
{ __(
'Welcome to the wonderful world of blocks! Blocks are the basis of all content within the editor. '
'Add blocks for all kinds of content: text, images, videos, and lots more.'
) }
</p>
<p>
{ __(
'There are blocks available for all kinds of content: insert text, headings, images, lists, videos, tables, and lots more.'
) }
</p>
<p>
{ __(
'Browse through the library to learn more about what each block does.'
'Browse the library to learn what each block does.'
) }
</p>
</div>
<Tip>
{ __(
'While writing, you can press "/" to quickly insert new blocks.'
'While writing, you can press "/" to quickly add new blocks.'
) }
</Tip>
</div>
Expand Down