Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated response messages #180

Merged
merged 1 commit into from
Jan 13, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ENTITY_UPDATED_SUCCESSFULLY": "Entity updated successfully",
"ENTITY_DELETED_SUCCESSFULLY": "Entity deleted successfully",
"ENTITY_FETCHED_SUCCESSFULLY": "Entity fetched successfully",
"SESSION_CREATED_SUCCESSFULLY": "Session created successfully.",
"SESSION_CREATED_SUCCESSFULLY": "Session created and shared with the community.",
"SESSION_NOT_FOUND": "Session not found.",
"SESSION_ALREADY_UPDATED": "Session already updated.",
"SESSION_UPDATED_SUCCESSFULLY": "Your session details have been updated.",
Expand Down Expand Up @@ -56,7 +56,7 @@
"MENTORS_REPORT_FETCHED_SUCCESSFULLY": "Mentors report fetched successfully.",
"USER_ROLE_UPDATED": "User role was updated, please login again.",
"FEEDBACK_AS_NOT_PASSED": "feedbackAs key is not passed for mentor",
"SESSION_DURATION_TIME": "Session cannot be created ! Session duration should be less than 24 hours.",
"SESSION_DURATION_TIME": "Session should start and end on same day",
"SESSION__MINIMUM_DURATION_TIME": "End time should be atleast 30 minutes after start time.",
"PROFILE_FTECHED_SUCCESSFULLY": "Profile fetched successfully.",
"UPCOMING_SESSION_FETCHED": "Upcoming session fetched successfully.",
Expand Down