Skip to content

Commit

Permalink
feat: Update paragraph block placeholder text format for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
dhananjaykuber committed Jan 24, 2025
1 parent f14a977 commit 5cd528d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/block-library/src/paragraph/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,9 @@ function ParagraphBlock( {
: __( 'Block: Paragraph' )
}
data-empty={ RichText.isEmpty( content ) }
placeholder={ placeholder || __( 'Type / to choose a block' ) }
placeholder={
placeholder || __( `Type ' / ' to choose a block` )
}
data-custom-placeholder={ placeholder ? true : undefined }
__unstableEmbedURLOnPaste
__unstableAllowPrefixTransformations
Expand Down

0 comments on commit 5cd528d

Please sign in to comment.