From 8170b804ee79c78ce52f135b968973b4e4e15791 Mon Sep 17 00:00:00 2001 From: mogoodrich Date: Mon, 16 Dec 2024 14:23:43 -0500 Subject: [PATCH] OEUI-311: Support Order Reasons for Lab Orders change to use answers instead of set members Update translations --- app/js/translations/en.json | 4 ++-- app/js/translations/fr.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/app/js/translations/en.json b/app/js/translations/en.json index 3f4af878..7988dc9e 100644 --- a/app/js/translations/en.json +++ b/app/js/translations/en.json @@ -35,11 +35,11 @@ "app.orders.discontinue":"DISCONTINUE", "app.orders.discontinue.question":"Are you sure you want to discontinue this order ?", "app.orders.discontinue.reason":"Reason for discontinuing", - "app.orders.reason":"Order Reason", "app.orders.discontinue.success": "Order discontinued successfully", "app.orders.create.success":"Order Successfully Created", "app.orders.is.active":"order is active", "app.orders.number":"Order number", "app.orders.return": "Return", - "app.orders.addResults": "Add Results" + "app.orders.addResults": "Add Results", + "app.orders.reason":"Order Reason" } diff --git a/app/js/translations/fr.json b/app/js/translations/fr.json index bb6786b3..1ca49432 100644 --- a/app/js/translations/fr.json +++ b/app/js/translations/fr.json @@ -40,5 +40,6 @@ "app.orders.is.active":"l'ordre est actif", "app.orders.number":"Numéro de commande", "app.orders.return": "Retour", - "app.orders.addResults": "Add Results" + "app.orders.addResults": "Add Results", + "app.orders.reason":"Motif de la commande" }