Skip to content

Commit 1fc5119

Browse files
authored
(chore) Release v1.1.1 (#181)
1 parent c7847f5 commit 1fc5119

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmrs/esm-laboratory-app",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"license": "MPL-2.0",
55
"description": "An O3 frontend module for managing laboratory requests and queues",
66
"browser": "dist/openmrs-esm-laboratory-app.js",

src/lab-tabs/modals/pickup-lab-request-modal.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const PickupLabRequestModal: React.FC<PickupLabRequestModal> = ({ order, closeMo
4040
(error) => {
4141
setIsSubmitting(false);
4242
showNotification({
43-
title: t(`errorPickingOrder', 'Error picking order`),
43+
title: t('errorPickingOrder', 'Error picking order'),
4444
kind: 'error',
4545
critical: true,
4646
description: error?.message,

translations/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"dateRange": "Date range",
1212
"declinedStatus": "DECLINED",
1313
"discard": "Discard",
14-
"errorPickingOrder', 'Error picking order": "",
14+
"editResults": "Edit results",
15+
"errorPickingOrder": "Error picking order",
1516
"errorRejectingRequest": "Error rejecting lab request",
1617
"exceptionStatus": "EXCEPTION",
1718
"filterOrdersByStatus": "Filter orders by status",

0 commit comments

Comments
 (0)