Details
-
Type: Improvement
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.5.0-b2
-
Component/s: None
-
Labels:None
Description
I discovered that the phone numbers we list on the client profile page include language regarding their type and location, e.g., "(Work Phone)", but that is not currently using a language definition. Instead, it is using the type and location as set in their database columns.
- Update the client numbers type/location to be displayed using a language definition
- Update all locations this may appear (in both UIs)
- e.g. a new definition using the location and type would be useful
- $lang['...'] = '%1$s %2$s'; // %1$s is the number location (e.g. Work), %2$s is the number type (e.g. Phone)