Skip to content

Commit 5343c3c

Browse files
committed
Forgot to add other files
1 parent b88d005 commit 5343c3c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

frontend/src/components/Modal/RiderModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ const RiderModal = ({
7575
!existingRider
7676
? 'Add a Student'
7777
: isRiderWeb
78-
? 'Edit Profile'
79-
: 'Edit a Student'
78+
? 'Edit Profile'
79+
: 'Edit a Student'
8080
}
8181
isOpen={isOpen}
8282
currentPage={0}

frontend/src/components/Modal/RiderModalInfo.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,8 +419,8 @@ const RiderModalInfo: React.FC<ModalFormProps> = ({
419419
{isStudentEditing
420420
? 'Save Changes'
421421
: isEditing
422-
? 'Edit a Student'
423-
: 'Add a Student'}
422+
? 'Edit a Student'
423+
: 'Add a Student'}
424424
</Button>
425425
</div>
426426
</form>

0 commit comments

Comments
 (0)