Skip to content

Commit 91c8a9a

Browse files
author
Eugene Manuilov
committed
Updated CPT name to have plural form.
1 parent 6cc3da8 commit 91c8a9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Module/Setup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function __construct( Visualizer_Plugin $plugin ) {
5757
*/
5858
public function setupCustomPostTypes() {
5959
register_post_type( Visualizer_Plugin::CPT_VISUALIZER, array(
60-
'label' => 'Visualizer Chart',
60+
'label' => 'Visualizer Charts',
6161
'public' => false,
6262
) );
6363
}

0 commit comments

Comments
 (0)