Skip to content

Commit

Permalink
Merge pull request #113 from suvarnakale/release-1.0.0
Browse files Browse the repository at this point in the history
Issue #000 chore: modal role change
  • Loading branch information
itsvick authored Aug 9, 2024
2 parents f1b250f + 953d00f commit 88da984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddFacilitator.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ const AddFacilitatorModal: React.FC<AddFacilitatorModalprops> = ({
}}
component="h2"
>
{t('COMMON.NEW', { role: 'Learner' })}
{t('COMMON.NEW_FACILITATOR')}
</Typography>
</Box>
<CloseIcon
Expand Down

0 comments on commit 88da984

Please sign in to comment.