Added jobs list to vehicle detail page.
This commit is contained in:
@@ -315,7 +315,8 @@
|
||||
"jobsdetail": "Job {{ro_number}} | $t(titles.app)",
|
||||
"jobsdocuments": "Job Documents {{ro_number}} | $t(titles.app)",
|
||||
"profile": "My Profile | $t(titles.app)",
|
||||
"schedule": "Schedule | $t(titles.app)"
|
||||
"schedule": "Schedule | $t(titles.app)",
|
||||
"vehicledetail": "Vehicle Details {{vehicle}} | $t(titles.app)"
|
||||
},
|
||||
"user": {
|
||||
"actions": {
|
||||
@@ -328,7 +329,9 @@
|
||||
},
|
||||
"vehicles": {
|
||||
"errors": {
|
||||
"noaccess": "The vehicle does not exist or you do not have access to it."
|
||||
"noaccess": "The vehicle does not exist or you do not have access to it.",
|
||||
"validation": "Please ensure all fields are entered correctly.",
|
||||
"validationtitle": "Validation Error"
|
||||
},
|
||||
"fields": {
|
||||
"plate_no": "License Plate",
|
||||
|
||||
Reference in New Issue
Block a user