diff --git a/packages/editor/src/components/post-url/index.js b/packages/editor/src/components/post-url/index.js index effa8b34f6ab7..222c818477c5f 100644 --- a/packages/editor/src/components/post-url/index.js +++ b/packages/editor/src/components/post-url/index.js @@ -86,18 +86,21 @@ export default function PostURL( { onClose } ) { { isEditable && (

- - { __( - 'Customize the last part of the Permalink.' - ) } - - - { __( 'Learn more.' ) } - + { createInterpolateElement( + __( + 'Customize the last part of the URL. Learn more.' + ), + { + span: , + a: ( + + ), + } + ) }

) }