Skip to content

Commit f773c4a

Browse files
committed
(fix) Change button wording of on-prescription-filled modal
1 parent f2d6f30 commit f773c4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fill-prescription/on-prescription-filled.modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ const OnPrescriptionFilledModal: React.FC<OnPrescriptionFilledModalProps> = ({ p
116116
</ModalBody>
117117
<ModalFooter>
118118
<Button kind="secondary" onClick={close}>
119-
{t('cancel', 'Cancel')}
119+
{t('createOrderWithoutDispensing', 'Create order without dispensing')}
120120
</Button>
121121
<Button
122122
onClick={() => {

0 commit comments

Comments
 (0)