Skip to content

Commit

Permalink
Footnotes: Add missing placeholder instructions text (#54056)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Aug 31, 2023
1 parent 3c27042 commit 0ecfa2b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/block-library/src/footnotes/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ export default function FootnotesEdit( { context: { postType, postId } } ) {
<Placeholder
icon={ <BlockIcon icon={ icon } /> }
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.'
) }
/>
</div>
);
Expand Down

0 comments on commit 0ecfa2b

Please sign in to comment.