Skip to content

Commit

Permalink
OEUI-311: Support Order Reasons for Lab Orders
Browse files Browse the repository at this point in the history
change to use answers instead of set members
Update translations
  • Loading branch information
mogoodrich committed Dec 16, 2024
1 parent bcdcc09 commit 8170b80
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/js/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
3 changes: 2 additions & 1 deletion app/js/translations/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 8170b80

Please sign in to comment.