MED-56: show specific error when job taken, other small improvements (#58)
* show specific error when job taken, other small improvements * enum name case * enum value case, actually
This commit is contained in:
@@ -39,6 +39,10 @@
|
||||
"title": "Confirm publishing summary",
|
||||
"description": "When confirmed, the summary will be published to the patient."
|
||||
},
|
||||
"error": {
|
||||
"UNKNOWN": "Something went wrong",
|
||||
"JOB_ASSIGNED": "Job already selected"
|
||||
},
|
||||
"updateFeedbackSuccess": "Summary updated",
|
||||
"updateFeedbackLoading": "Updating summary...",
|
||||
"updateFeedbackError": "Failed to update summary",
|
||||
|
||||
@@ -39,6 +39,10 @@
|
||||
"title": "Kinnita kokkuvõtte avaldamine",
|
||||
"description": "Kinnitamisel avaldatakse kokkuvõte patsiendile."
|
||||
},
|
||||
"error": {
|
||||
"UNKNOWN": "Midagi läks valesti",
|
||||
"JOB_ASSIGNED": "Töö on juba võetud"
|
||||
},
|
||||
"updateFeedbackSuccess": "Kokkuvõte uuendatud",
|
||||
"updateFeedbackLoading": "Kokkuvõtet uuendatakse...",
|
||||
"updateFeedbackError": "Kokkuvõtte uuendamine ebaõnnestus",
|
||||
|
||||
@@ -39,6 +39,10 @@
|
||||
"title": "Confirm publishing summary",
|
||||
"description": "When confirmed, the summary will be published to the patient."
|
||||
},
|
||||
"error": {
|
||||
"UNKNOWN": "Something went wrong",
|
||||
"JOB_ASSIGNED": "Job already selected"
|
||||
},
|
||||
"updateFeedbackSuccess": "Summary updated",
|
||||
"updateFeedbackLoading": "Updating summary...",
|
||||
"updateFeedbackError": "Failed to update summary",
|
||||
|
||||
Reference in New Issue
Block a user