Skip to content

Commit be5ac5b

Browse files
authored
Remove the word 'New' from default add-new* label values (#194)
1 parent 0703320 commit be5ac5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

includes/admin/views/acf-post-type/advanced-settings.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,12 @@
205205
'value' => $acf_post_type['labels']['add_new_item'],
206206
'data' => array(
207207
/* translators: %s Singular form of post type name */
208-
'label' => __( 'Add New %s', 'secure-custom-fields' ),
208+
'label' => __( 'Add %s', 'secure-custom-fields' ),
209209
'replace' => 'singular',
210210
),
211211
'label' => __( 'Add New Item', 'secure-custom-fields' ),
212212
'instructions' => __( 'At the top of the editor screen when adding a new item.', 'secure-custom-fields' ),
213-
'placeholder' => __( 'Add New Post', 'secure-custom-fields' ),
213+
'placeholder' => __( 'Add Post', 'secure-custom-fields' ),
214214
),
215215
'div',
216216
'field'
@@ -225,12 +225,12 @@
225225
'value' => $acf_post_type['labels']['add_new'],
226226
'data' => array(
227227
/* translators: %s Singular form of post type name */
228-
'label' => __( 'Add New %s', 'secure-custom-fields' ),
228+
'label' => __( 'Add %s', 'secure-custom-fields' ),
229229
'replace' => 'singular',
230230
),
231231
'label' => __( 'Add New', 'secure-custom-fields' ),
232232
'instructions' => __( 'In the post type submenu in the admin dashboard.', 'secure-custom-fields' ),
233-
'placeholder' => __( 'Add New Post', 'secure-custom-fields' ),
233+
'placeholder' => __( 'Add Post', 'secure-custom-fields' ),
234234
),
235235
'div',
236236
'field'

0 commit comments

Comments
 (0)