diff --git a/public/locales/en/common.json b/public/locales/en/common.json index d277ab8c..6d5f7bb2 100644 --- a/public/locales/en/common.json +++ b/public/locales/en/common.json @@ -331,7 +331,12 @@ "DELETE_SESSION": "Delete Session", "SCHEDULE": "Schedule", "PLANNED_SESSIONS": "Planned Sessions", - "ADD_SESSION": "Add Session" + "ADD_SESSION": "Add Session", + "SESSION_DETAILS": "Session Details", + "SESSION_TITLE": "Session Title", + "TYPE_OF_SESSION": "Type of Session", + "REPEATING": "Repeating", + "JUST_ONCE": "Just Once" }, "MANAGE_USERS": { "CENTERS_REQUESTED_SUCCESSFULLY": "Center Requested Successfully" diff --git a/src/components/PlannedSession.tsx b/src/components/PlannedSession.tsx index ffdd5990..d900399f 100644 --- a/src/components/PlannedSession.tsx +++ b/src/components/PlannedSession.tsx @@ -90,7 +90,7 @@ const PlannedSession: React.FC = ({