Skip to content

Commit d36dfe4

Browse files
committed
update note
1 parent 154adaf commit d36dfe4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/block/video-popup/edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ const InspectorControls = memo( props => {
204204
</> }
205205
{ props.videoLink && <>
206206
<ControlSeparator />
207-
<p>{ __( 'Note: The following attributes are used to generate the video schema.', i18n ) }</p>
207+
<p>{ __( 'Note: The following attributes are used to create the video schema.', i18n ) }</p>
208208
<AdvancedTextControl
209209
label={ __( 'Video name', i18n ) }
210210
value={ props.videoName }

0 commit comments

Comments
 (0)