Skip to content

Commit

Permalink
Comment Content block: Update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
ockham committed Dec 2, 2024
1 parent 8acc11d commit ca50c52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/comment-content/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import clsx from 'clsx';
/**
* WordPress dependencies
*/
import { _x } from '@wordpress/i18n';
import { __ } from '@wordpress/i18n';
import { RawHTML } from '@wordpress/element';
import { Disabled } from '@wordpress/components';
import { useEntityProp } from '@wordpress/core-data';
Expand Down Expand Up @@ -61,7 +61,7 @@ export default function Edit( {
<>
{ blockControls }
<div { ...blockProps }>
<p>{ _x( 'Comment Content', 'block title' ) }</p>
<p>{ __( 'This is the Comment Content block.' ) }</p>
</div>
</>
);
Expand Down

0 comments on commit ca50c52

Please sign in to comment.