Skip to content

Commit

Permalink
fixed semi-typo to restart Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Nov 18, 2019
1 parent 0ba49ac commit f43e4a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-editor/src/components/inserter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const defaultRenderToggle = ( { onToggle, disabled, isOpen, blockTitle, hasSingl
let label;
if ( hasSingleBlockType ) {
// translators: %s: the name of the block when there is only one
label = sprintf( _x( 'Add %s', 'directly add the only allowed block' ), blockTitle );
label = sprintf( _x( 'Add %s', 'Directly add the only allowed block' ), blockTitle );
} else {
label = _x( 'Add block', 'Generic label for block inserter button' );
}
Expand Down

0 comments on commit f43e4a4

Please sign in to comment.