Skip to content

Commit

Permalink
Typo in time-out error message
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta committed May 14, 2024
1 parent 2fc4789 commit 77dffd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/locale/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ I18n.translations.en = {
400: "Backend error.",//Invalid guest or home schachome
404: "Your personal information could not be found from {{homeInstitution}}.",//404 person endpoint
407: "The queue-session validation failed",//queue-it validation error
408: "Institution {{guestInstitution}} t ok too long to respond. Please check if you received a confirmation of your registration via email within 10 minutes. If not, please try registering again later. If the problem persists, please check the information on your university's minor website on what to do.",
408: "Institution {{guestInstitution}} took too long to respond. Please check if you received a confirmation of your registration via email within 10 minutes. If not, please try registering again later. If the problem persists, please check the information on your university's minor website on what to do.",
409: "Your session was lost. Please try again.",//conflict
412: "Your session was lost. Please try again.",//invalid enrollmentRequest
417: "Your session was lost (Token error). Please try again",//tokenrequest failed
Expand Down

0 comments on commit 77dffd3

Please sign in to comment.