Skip to content

Commit

Permalink
add period
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelaZQ1 committed Apr 10, 2024
1 parent 5f92842 commit ad4d496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const WEAK_PASSWORD_MSG =
export const SEARCH_NEU_FETCH_COURSE_ERROR_MSG =
"Sorry, we can't load details for this course right now 😞. We rely on SearchNEU for our course details, and there may be an ongoing issue on their end. We recommend refreshing the page and trying again soon.";
export const BETA_MAJOR_TOOLTIP_MSG =
"Requirements for beta majors have not been validated and therefore may be inconsistent with your degree audit";
"Requirements for beta majors have not been validated and therefore may be inconsistent with your degree audit.";

export const defaultGuestStudent: GetStudentResponse = {
uuid: undefined,
Expand Down

0 comments on commit ad4d496

Please sign in to comment.