-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
Title:
Incorrect Text Displayed in Create Group Modal Box
Description:
The Create Group modal box is currently displaying the text Edit Group instead of Create Group. This can cause confusion for users when adding a new group. The modal title should accurately reflect the action being performed.
Steps to Reproduce:
- Navigate to the Groups section in the admin panel.
- Click on the Add Group button to open the modal box.
- Observe that the modal title incorrectly shows Edit Group.
Expected Behavior:
The modal box should display Create Group when adding a new group.
Actual Behavior:
The modal box displays Edit Group even when creating a new group.
Acceptance Criteria:
- The modal box should display Create Group when adding a new group.
- Ensure the title changes to Edit Group only when editing an existing group.
Additional Context: