Added length of appointment to config + fixed appointments not showing in scheduling modal + added appointment confirmation template. BOD-141 BOD-149 BOD-148
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
"intake": "Consumo",
|
||||
"new": "Nueva cita",
|
||||
"reschedule": "Reprogramar",
|
||||
"smartscheduling": "",
|
||||
"viewjob": "Ver trabajo"
|
||||
},
|
||||
"errors": {
|
||||
@@ -30,11 +31,13 @@
|
||||
"saving": "Error al programar la cita. {{message}}"
|
||||
},
|
||||
"fields": {
|
||||
"time": "",
|
||||
"title": "Título"
|
||||
},
|
||||
"labels": {
|
||||
"arrivedon": "Llegado el:",
|
||||
"cancelledappointment": "Cita cancelada para:",
|
||||
"history": "",
|
||||
"nodateselected": "No se ha seleccionado ninguna fecha.",
|
||||
"priorappointments": "Nombramientos previos",
|
||||
"scheduledfor": "Cita programada para:"
|
||||
@@ -76,6 +79,7 @@
|
||||
"fields": {
|
||||
"address1": "",
|
||||
"address2": "",
|
||||
"appt_length": "",
|
||||
"city": "",
|
||||
"country": "",
|
||||
"email": "",
|
||||
|
||||
Reference in New Issue
Block a user