Merge branch 'develop' into MED-97
This commit is contained in:
@@ -7,14 +7,18 @@
|
||||
"item": "Item",
|
||||
"quantity": "Quantity",
|
||||
"price": "Price",
|
||||
"total": "Total"
|
||||
"total": "Total",
|
||||
"time": "Time",
|
||||
"location": "Location"
|
||||
},
|
||||
"checkout": {
|
||||
"goToCheckout": "Go to checkout",
|
||||
"goToDashboard": "Continue",
|
||||
"error": {
|
||||
"title": "Something went wrong",
|
||||
"description": "Please try again later."
|
||||
"description": "Please try again later.",
|
||||
"BOOKING_FAILED": "Service error, please try again later.",
|
||||
"TIME_SLOT_UNAVAILABLE": "The selected time is not available."
|
||||
},
|
||||
"timeLeft": "Time left {{timeLeft}}",
|
||||
"timeoutTitle": "Reservation expired",
|
||||
@@ -86,5 +90,9 @@
|
||||
"title": "Location for analysis",
|
||||
"description": "If you are unable to go to the lab to collect the sample, you can go to any other suitable collection point.",
|
||||
"locationSelect": "Select location"
|
||||
},
|
||||
"editServiceItem": {
|
||||
"title": "Edit booking",
|
||||
"description": "Edit booking details"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user