From 90801b77fa4ca3956bd393e118420a2edd05fb22 Mon Sep 17 00:00:00 2001 From: Stavros Date: Wed, 19 Mar 2025 19:47:25 +0200 Subject: [PATCH] chore: fix qa issues --- site/src/lib/i18n/locales/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",