Skip to content

Commit

Permalink
Merge pull request #11 from Aar-if/deleteCohort
Browse files Browse the repository at this point in the history
Issue #PS-1282 feat: Implement the delete center
  • Loading branch information
itsvick authored Jul 18, 2024
2 parents 1ec41bd + 2cc632a commit c5462ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ManageUser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ const manageUsers: React.FC<ManageUsersProps> = ({
onClose={handleCloseModal}
/>
<SimpleModal
primaryText="Ok"
primaryText={t('COMMON.OK')}
primaryActionHandler={handleCloseRemoveModal}
open={openRemoveUserModal}
onClose={handleCloseRemoveModal}
Expand Down

0 comments on commit c5462ba

Please sign in to comment.