Skip to content

Commit 0869363

Browse files
author
Garrett Hyder
authored
Add note to Migrate taxonomy checkbox
Related: WebDevStudios#760
1 parent 9361de7 commit 0869363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/taxonomies.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function cptui_manage_taxonomies() {
256256
'checked' => 'false',
257257
'name' => 'update_taxonomy',
258258
'namearray' => 'update_taxonomy',
259-
'labeltext' => esc_html__( 'Migrate terms to newly renamed taxonomy?', 'custom-post-type-ui' ),
259+
'labeltext' => esc_html__( 'Migrate terms to newly renamed taxonomy? Note: Leaving unchecked will duplicate the Taxonomy.', 'custom-post-type-ui' ),
260260
'helptext' => '',
261261
'default' => false,
262262
'wrap' => false,

0 commit comments

Comments
 (0)