Skip to content

Commit

Permalink
Tweak no style options message
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronrobertshaw committed Nov 1, 2022
1 parent bac2fc6 commit 01fbbf1
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,8 @@ const AppearanceTab = ( {
{ ! appearanceFills.length && (
<span className="block-editor-block-inspector__no-block-tools">
{ hasSingleBlockSelection
? __( 'This block has no appearance tools.' )
: __(
'The selected blocks have no appearance tools.'
) }
? __( 'This block has no style options.' )
: __( 'The selected blocks have no style options.' ) }
</span>
) }
{ hasBlockStyles && (
Expand Down

0 comments on commit 01fbbf1

Please sign in to comment.