Skip to content

Commit a7d291a

Browse files
committed
Wrong placeholder URL.
1 parent c88e311 commit a7d291a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inc/generator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ function ableplayer_generator_fields( $data ) {
229229
'label' => __( 'Vimeo Audio Described Source', 'ableplayer' ),
230230
'type' => 'url',
231231
'atts' => array(
232-
'placeholder' => 'https://youtube.com',
232+
'placeholder' => 'https://vimeo.com',
233233
),
234234
),
235235
'generator'

0 commit comments

Comments
 (0)