Skip to content

Commit 77dffd3

Browse files
committed
Typo in time-out error message
1 parent 2fc4789 commit 77dffd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/locale/en.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ I18n.translations.en = {
8989
400: "Backend error.",//Invalid guest or home schachome
9090
404: "Your personal information could not be found from {{homeInstitution}}.",//404 person endpoint
9191
407: "The queue-session validation failed",//queue-it validation error
92-
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.",
92+
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.",
9393
409: "Your session was lost. Please try again.",//conflict
9494
412: "Your session was lost. Please try again.",//invalid enrollmentRequest
9595
417: "Your session was lost (Token error). Please try again",//tokenrequest failed

0 commit comments

Comments
 (0)