Skip to content

Commit

Permalink
OEUI-311: Support Order Reasons for Lab Orders
Browse files Browse the repository at this point in the history
update translations
  • Loading branch information
mogoodrich committed Dec 13, 2024
1 parent 87cef23 commit bcdcc09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/js/components/Draft.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export class Draft extends PureComponent {
<FormattedMessage
id="app.orders.reason"
defaultMessage="Order Reason"
description="Reason for order" />
description="Reason for order" />:
<select
id="orderReason"
name="orderReason"
Expand Down
1 change: 1 addition & 0 deletions app/js/translations/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"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",
Expand Down

0 comments on commit bcdcc09

Please sign in to comment.