Skip to content

Commit

Permalink
(refactor) renamed the save button to refer patient
Browse files Browse the repository at this point in the history
  • Loading branch information
its-kios09 committed Jul 11, 2024
1 parent cf8b5e8 commit 23d4786
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ const FacilityReferralForm: React.FC<FacilityReferralProp> = ({ closeWorkspace }
{t('discard', 'Discard')}
</Button>
<Button className={styles.button} kind="primary" type="submit" disabled={!patientSelected}>
{t('save', 'Save')}
{t('refer', 'Refer Patient')}
</Button>
</ButtonSet>
</Form>
Expand Down

0 comments on commit 23d4786

Please sign in to comment.