Skip to content

Commit d42e7d7

Browse files
author
Jose Luis Fonseca
committed
Fix placeholder text
1 parent 6ee9314 commit d42e7d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

field.soundcloud.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public function form_output($params) {
3535
'id' => $params['form_slug'],
3636
'data-fieldtype' => 'soundcloud',
3737
'value' => !empty($soundcloud_info->url) ? $soundcloud_info->url : null,
38-
'placeholder' => lang('streams:video_url.input_placeholder')
38+
'placeholder' => lang('streams:soundcloud.input_placeholder')
3939
);
4040

4141
$input_hidden_options = array(

0 commit comments

Comments
 (0)