Added owners detail fields and owner jobs list.

This commit is contained in:
Patrick Fic
2020-02-07 15:27:53 -08:00
parent 7f06df66fd
commit d3bd68d40a
14 changed files with 542 additions and 18 deletions

View File

@@ -291,16 +291,29 @@
}
},
"owners": {
"errors": {
"noaccess": "The record does not exist or you do not have access to it. "
},
"fields": {
"allow_text_message": "Permission to Text?",
"ownr_addr1": "Address",
"ownr_addr2": "Address 2",
"ownr_city": "City",
"ownr_ctry": "Country",
"ownr_ea": "Email",
"ownr_fn": "First Name",
"ownr_ln": "Last Name",
"ownr_ph1": "Phone 1"
"ownr_ph1": "Phone 1",
"ownr_st": "State/Province",
"ownr_title": "Title",
"ownr_zip": "Zip/Postal Code",
"preferred_contact": "Preferred Contact Method"
},
"labels": {
"existing_owners": "Existing Owners"
},
"successes": {
"save": "Owner saved successfully."
}
},
"profile": {