|
205 | 205 | 'value' => $acf_post_type['labels']['add_new_item'],
|
206 | 206 | 'data' => array(
|
207 | 207 | /* translators: %s Singular form of post type name */
|
208 |
| - 'label' => __( 'Add New %s', 'secure-custom-fields' ), |
| 208 | + 'label' => __( 'Add %s', 'secure-custom-fields' ), |
209 | 209 | 'replace' => 'singular',
|
210 | 210 | ),
|
211 | 211 | 'label' => __( 'Add New Item', 'secure-custom-fields' ),
|
212 | 212 | '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' ), |
214 | 214 | ),
|
215 | 215 | 'div',
|
216 | 216 | 'field'
|
|
225 | 225 | 'value' => $acf_post_type['labels']['add_new'],
|
226 | 226 | 'data' => array(
|
227 | 227 | /* translators: %s Singular form of post type name */
|
228 |
| - 'label' => __( 'Add New %s', 'secure-custom-fields' ), |
| 228 | + 'label' => __( 'Add %s', 'secure-custom-fields' ), |
229 | 229 | 'replace' => 'singular',
|
230 | 230 | ),
|
231 | 231 | 'label' => __( 'Add New', 'secure-custom-fields' ),
|
232 | 232 | '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' ), |
234 | 234 | ),
|
235 | 235 | 'div',
|
236 | 236 | 'field'
|
|
0 commit comments