Skip to content

Commit

Permalink
Issue #000 chore: modal role change
Browse files Browse the repository at this point in the history
  • Loading branch information
suvarnakale committed Aug 9, 2024
1 parent 3af89e5 commit 953d00f
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: 'Facilitator' })}
{t('COMMON.NEW_FACILITATOR')}
</Typography>
</Box>
<CloseIcon
Expand Down

0 comments on commit 953d00f

Please sign in to comment.