Skip to content

Commit

Permalink
Update packages/esm-providers-app/src/providers-metrics/providers-met…
Browse files Browse the repository at this point in the history
…rics-header.component.tsx

Co-authored-by: Donald Kibet <[email protected]>
  • Loading branch information
Rugute and donaldkibet authored Jul 29, 2024
1 parent 399c15e commit 23ff528
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const MetricsHeader = () => {
renderIcon={(props) => <ArrowRight size={16} {...props} />}
iconDescription={t('enroll', 'Add new Provider')}
onClick={() => setIsModalOpen(true)}>
{t('enroll', 'ENROLL NEW PROVIDER')}
{t('enroll', 'Enroll new provider')}
</Button>
</div>
<Modal
Expand Down

0 comments on commit 23ff528

Please sign in to comment.