Skip to content

Commit

Permalink
(fix) [O3-3202] Rename Action column to Modification (#72)
Browse files Browse the repository at this point in the history
* rename Action columnn to Modification

* Update orders-data-table.component.tsx

remove `action` column
  • Loading branch information
Jexsie authored Jun 28, 2024
1 parent 41a2f18 commit 235af9a
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 8 deletions.
2 changes: 0 additions & 2 deletions src/components/orders-table/orders-data-table.component.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ const OrdersDataTable: React.FC<OrdersDataTableProps> = ({
},
{ key: "patient", header: t("patient", "Patient") },
{ key: "test", header: t("test", "Test") },
{ key: "action", header: t("action", "Action") },
{ key: "status", header: t("status", "Status") },
{ key: "orderedBy", header: t("orderedBy", "Ordered By") },
{ key: "urgency", header: t("urgency", "Urgency") },
Expand Down Expand Up @@ -156,7 +155,6 @@ const OrdersDataTable: React.FC<OrdersDataTableProps> = ({
),
orderNumber: order.orderNumber,
test: order.concept?.display,
action: order.action,
status: (
<span
className={styles.statusContainer}
Expand Down
2 changes: 1 addition & 1 deletion translations/am.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"action": "Action",
"actions": "Actions",
"all": "All",
"allFieldsRequired": "All fields are required",
Expand All @@ -22,6 +21,7 @@
"laboratory": "Laboratory",
"labResultsForm": "Lab Results Form",
"loading": "Loading",
"modification": "Modification",
"newStatus": "NEW",
"nextPage": "Next page",
"noLabRequestsFoundCheckFilters": "No lab requests found. Please check your filters and try again.",
Expand Down
2 changes: 1 addition & 1 deletion translations/en.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"action": "Action",
"actions": "Actions",
"all": "All",
"allFieldsRequired": "All fields are required",
Expand All @@ -22,6 +21,7 @@
"laboratory": "Laboratory",
"labResultsForm": "Lab Results Form",
"loading": "Loading",
"modification": "Modification",
"newStatus": "NEW",
"nextPage": "Next page",
"noLabRequestsFoundCheckFilters": "No lab requests found. Please check your filters and try again.",
Expand Down
2 changes: 1 addition & 1 deletion translations/es.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"action": "Action",
"actions": "Actions",
"all": "All",
"allFieldsRequired": "All fields are required",
Expand All @@ -22,6 +21,7 @@
"laboratory": "Laboratory",
"labResultsForm": "Lab Results Form",
"loading": "Cargando",
"modification": "Modification",
"newStatus": "NEW",
"nextPage": "Next page",
"noLabRequestsFoundCheckFilters": "No lab requests found. Please check your filters and try again.",
Expand Down
2 changes: 1 addition & 1 deletion translations/fr.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"action": "Action",
"actions": "Actions",
"all": "All",
"allFieldsRequired": "All fields are required",
Expand All @@ -22,6 +21,7 @@
"laboratory": "Laboratory",
"labResultsForm": "Lab Results Form",
"loading": "Chargement",
"modification": "Modification",
"newStatus": "NEW",
"nextPage": "Next page",
"noLabRequestsFoundCheckFilters": "No lab requests found. Please check your filters and try again.",
Expand Down
2 changes: 1 addition & 1 deletion translations/he.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"action": "Action",
"actions": "Actions",
"all": "All",
"allFieldsRequired": "All fields are required",
Expand All @@ -22,6 +21,7 @@
"laboratory": "Laboratory",
"labResultsForm": "Lab Results Form",
"loading": "Loading",
"modification": "Modification",
"newStatus": "NEW",
"nextPage": "Next page",
"noLabRequestsFoundCheckFilters": "No lab requests found. Please check your filters and try again.",
Expand Down
2 changes: 1 addition & 1 deletion translations/km.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{
"action": "Action",
"actions": "Actions",
"all": "All",
"allFieldsRequired": "All fields are required",
Expand All @@ -22,6 +21,7 @@
"laboratory": "Laboratory",
"labResultsForm": "Lab Results Form",
"loading": "Loading",
"modification": "Modification",
"newStatus": "NEW",
"nextPage": "Next page",
"noLabRequestsFoundCheckFilters": "No lab requests found. Please check your filters and try again.",
Expand Down

0 comments on commit 235af9a

Please sign in to comment.