Skip to content

Commit

Permalink
Replace term URL with Permalink.
Browse files Browse the repository at this point in the history
  • Loading branch information
afercia committed Oct 4, 2024
1 parent 478b1a2 commit c57f8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/post-url/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export default function PostURL( { onClose } ) {
<p className="editor-post-url__intro">
{ createInterpolateElement(
__(
'<span>Customize the last part of the URL.</span> <a>Learn more.</a>'
'<span>Customize the last part of the Permalink.</span> <a>Learn more.</a>'
),
{
span: <span id={ postUrlSlugDescriptionId } />,
Expand Down

0 comments on commit c57f8fd

Please sign in to comment.