Added react icons. Additional work on Job tombstone page.
This commit is contained in:
@@ -8,16 +8,32 @@
|
||||
},
|
||||
"labels": {
|
||||
"in": "In",
|
||||
"out": "Out"
|
||||
"out": "Out",
|
||||
"na": "N/A",
|
||||
"save": "Save"
|
||||
}
|
||||
},
|
||||
|
||||
"jobs": {
|
||||
"labels": {
|
||||
"no_owner": "No Owner"
|
||||
"no_owner": "No Owner",
|
||||
"vehicle_info": "Vehicle"
|
||||
},
|
||||
"fields": {
|
||||
"ro_number": "RO #"
|
||||
"ro_number": "RO #",
|
||||
"est_number": "Estimate Number",
|
||||
"claim_total": "Claim Total",
|
||||
"deductible": "Deductible"
|
||||
},
|
||||
"successes": {
|
||||
"save": "Record Saved",
|
||||
"savetitle": "Record saved succesfully."
|
||||
},
|
||||
"errors": {
|
||||
"noaccess": "This job does not exist or you do not have access to it.",
|
||||
"validationtitle": "Validation Error",
|
||||
"validation": "Please ensure all fields are entered correctly.",
|
||||
"saving": "Error encountered while saving record."
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user