From 68e5101885e6eaa3a98042879bcb97254ce7a433 Mon Sep 17 00:00:00 2001 From: k4rli Date: Wed, 27 Aug 2025 08:06:30 +0300 Subject: [PATCH] feat(MED-85): update order status translations --- public/locales/en/orders.json | 3 +-- public/locales/et/orders.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/public/locales/en/orders.json b/public/locales/en/orders.json index cd36098..7c16fc9 100644 --- a/public/locales/en/orders.json +++ b/public/locales/en/orders.json @@ -12,8 +12,7 @@ "ON_HOLD": "Waiting for analysis results", "PROCESSING": "In progress", "PARTIAL_ANALYSIS_RESPONSE": "Partial analysis response", - "FULL_ANALYSIS_RESPONSE": "All analysis responses", - "WAITING_FOR_DOCTOR_RESPONSE": "Waiting for doctor response", + "FULL_ANALYSIS_RESPONSE": "All analysis responses received, waiting for doctor response", "COMPLETED": "Completed", "REJECTED": "Rejected", "CANCELLED": "Cancelled" diff --git a/public/locales/et/orders.json b/public/locales/et/orders.json index 7243f21..ef0a203 100644 --- a/public/locales/et/orders.json +++ b/public/locales/et/orders.json @@ -12,8 +12,7 @@ "ON_HOLD": "Makstud", "PROCESSING": "Synlabile edastatud", "PARTIAL_ANALYSIS_RESPONSE": "Osalised tulemused", - "FULL_ANALYSIS_RESPONSE": "Kõik tulemused käes", - "WAITING_FOR_DOCTOR_RESPONSE": "Ootab arsti kokkuvõtet", + "FULL_ANALYSIS_RESPONSE": "Kõik tulemused käes, ootab arsti kokkuvõtet", "COMPLETED": "Kinnitatud", "REJECTED": "Tagastatud", "CANCELLED": "Tühistatud"