cannot modify jobify job submission company description label

Hi, I need to change the text on the jobify job submission company description label. I cannot find how to override this label using functions.php. See the line I added in functions.php:
$fields[‘company’][‘company_description’] = array(
‘label’ => _x( ‘NEW LABEL HERE’, ‘company description on submission form’, ‘jobify’ ),
‘type’ => ‘wp-editor’,
‘required’ => false,
‘placeholder’ => ‘’,
‘priority’ => 3.5,
);
This does nothing. When I change the content in file ‘class-wp-job-manager.php’ at line 165 I can make the change I want.
Please - what is the correct way to proceed?
Thankyou, Brent