diff --git a/packages/block-library/src/footnotes/edit.js b/packages/block-library/src/footnotes/edit.js index b8b92170fe217..d8777b77f09e2 100644 --- a/packages/block-library/src/footnotes/edit.js +++ b/packages/block-library/src/footnotes/edit.js @@ -23,7 +23,9 @@ export default function FootnotesEdit( { context: { postType, postId } } ) { } label={ __( 'Footnotes' ) } - // To do: add instructions. We can't add new string in RC. + instructions={ __( + 'Footnotes are not supported here. Add this block to post or page content.' + ) } /> );