How to change heading of Find Freelancer menu
Hi I want to change Find Freelancer menu item heading from archive to freelancer. I did following changes to breadcrumbs.php (includes/breadcrumbs.php) as follows, plz tel me is it correct?
public function default_labels() {
$labels = array(
'browse' => __( 'Browse:', 'breadcrumb-trails' ),
//'home' => __( 'Home', 'breadcrumb-trails' ),
'error_404' => __( '404 Not Found', 'breadcrumb-trails' ),
'archives' => __( 'Freelancers', 'breadcrumb-trails' ),