We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 154adaf commit d36dfe4Copy full SHA for d36dfe4
src/block/video-popup/edit.js
@@ -204,7 +204,7 @@ const InspectorControls = memo( props => {
204
</> }
205
{ props.videoLink && <>
206
<ControlSeparator />
207
- <p>{ __( 'Note: The following attributes are used to generate the video schema.', i18n ) }</p>
+ <p>{ __( 'Note: The following attributes are used to create the video schema.', i18n ) }</p>
208
<AdvancedTextControl
209
label={ __( 'Video name', i18n ) }
210
value={ props.videoName }
0 commit comments