Editor should be labeled Profile for teams

This commit is contained in:
Brian Miyaji
2015-02-09 11:49:48 +11:00
parent 566be30c3c
commit 94327db523

View File

@@ -162,7 +162,7 @@ class SP_Admin_Meta_Boxes {
'priority' => 'default',
),
'editor' => array(
'title' => __( 'Article', 'sportspress' ),
'title' => __( 'Profile', 'sportspress' ),
'output' => 'SP_Meta_Box_Team_Editor::output',
'context' => 'normal',
'priority' => 'low',