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:
Helena
2025-08-26 11:43:31 +03:00
committed by GitHub
parent f5abf2d21e
commit 5d92c34259
8 changed files with 94 additions and 51 deletions

View File

@@ -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",

View File

@@ -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",

View File

@@ -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",