Skip to content

Commit 80b71c2

Browse files
authored
removed translation, corrected text
Translationscan be added by people using this and 'acf' text domain does not contain references to these strings.
1 parent 22c8744 commit 80b71c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

default-image-for-image-field.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
add_action('acf/render_field_settings/type=image', 'add_default_value_to_image_field', 20);
88
function add_default_value_to_image_field($field) {
99
acf_render_field_setting( $field, array(
10-
'label' => __('Default Image ID','acf'),
11-
'instructions' => __('Appears when creating a new post','acf'),
10+
'label' => 'Default Image',
11+
'instructions' => 'Appears when creating a new post',
1212
'type' => 'image',
1313
'name' => 'default_value',
1414
));

0 commit comments

Comments
 (0)