Skip to content
This repository has been archived by the owner on Mar 3, 2024. It is now read-only.

Commit

Permalink
Fix modal title
Browse files Browse the repository at this point in the history
  • Loading branch information
Its-OP committed Mar 3, 2024
1 parent 9c62c9e commit 920cb98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/features/createActivity/ui/CreateActivity.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ const CreateActivity: FC<ModalData> = ({ open, hideModal }) => {
return (
<Modal
footer={null}
title={"Створення групи"}
title={"Створення активності"}
open={visible}
onCancel={hideModal}
>
Expand Down

0 comments on commit 920cb98

Please sign in to comment.