diff --git a/site/src/lib/i18n/locales/en.json b/site/src/lib/i18n/locales/en.json index 38ccec3..1c5ec40 100644 --- a/site/src/lib/i18n/locales/en.json +++ b/site/src/lib/i18n/locales/en.json @@ -4,7 +4,7 @@ "loginUsername": "Username", "loginPassword": "Password", "loginSubmit": "Login", - "loginFailTitle": "Failed to login", + "loginFailTitle": "Failed to log in", "loginFailSubtitle": "Please check your username and password", "loginSuccessTitle": "Logged in", "loginSuccessSubtitle": "Welcome back!", @@ -21,9 +21,9 @@ "continueTitle": "Continue", "continueSubtitle": "Click the button to continue to your app.", "internalErrorTitle": "Internal Server Error", - "internalErrorSubtitle": "An error occured on the server and it currently cannot serve your request.", + "internalErrorSubtitle": "An error occurred on the server and it currently cannot serve your request.", "internalErrorButton": "Try again", - "logoutFailTitle": "Failed to logout", + "logoutFailTitle": "Failed to log out", "logoutFailSubtitle": "Please try again", "logoutSuccessTitle": "Logged out", "logoutSuccessSubtitle": "You have been logged out",