modified: wp-content/plugins/example-static/src/edit.js

This commit is contained in:
Your Namelelafa 2024-04-03 18:20:10 +02:00
parent 3b96d8ed87
commit 83e4908d3f
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ export default function Edit( { attributes, setAttributes } ) {
onChange={ onChangeContent }
allowedFormats={ [ 'core/bold', 'core/italic' ] }
value={ attributes.content }
placeholder={ __( 'Write your texts...' ) }
placeholder={ __( 'Write your tessxts...' ) }
/>
);
}