I see what the problem is: going to the customizable options under the description of “Slim,” I see the code for the display of the phones/fax nos.:
public $strHomePhone = ‘Home Phone’;
public $strHomeFax = ‘Home Fax’;
public $strCellPhone = ‘Cell Phone’;
public $strWorkPhone = ‘Phone’;
public $strWorkFax = ‘Work Fax’;
As you can see, the display is set to just the word “Phone” rather than “Work Phone.” Can that be updated? I tried to make the change myself, but I couldn’t locate the code. Besides, others might appreciate that update. Thanks.