Skip to content

Commit

Permalink
change labels for training cpt
Browse files Browse the repository at this point in the history
  • Loading branch information
crstauf committed Oct 31, 2024
1 parent 4c3a4a0 commit f9b5b14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-content/plugins/core/src/Post_Types/Training/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ public function get_args(): array {

public function get_labels(): array {
return [
'singular' => __( 'Training', 'tribe' ),
'plural' => __( 'Training', 'tribe' ),
'singular' => __( 'Training Doc', 'tribe' ),
'plural' => __( 'Training Docs', 'tribe' ),
'slug' => $this->post_type,
];
}
Expand Down

0 comments on commit f9b5b14

Please sign in to comment.