From 536047c4c4cc065e4fd5086f4f993d809dee89d0 Mon Sep 17 00:00:00 2001 From: kolaente Date: Fri, 24 May 2024 13:17:53 +0200 Subject: [PATCH] fix(i18n): typo --- frontend/src/i18n/lang/en.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/i18n/lang/en.json b/frontend/src/i18n/lang/en.json index 6e2617daf..2fe5e9361 100644 --- a/frontend/src/i18n/lang/en.json +++ b/frontend/src/i18n/lang/en.json @@ -53,7 +53,7 @@ "loginWith": "Log in with {provider}", "authenticating": "Authenticating…", "openIdStateError": "State does not match, refusing to continue!", - "openIdGeneralError": "An error occured while authenticating against the third party.", + "openIdGeneralError": "An error occurred while authenticating against the third party.", "logout": "Logout", "emailInvalid": "Please enter a valid email address.", "usernameRequired": "Please provide a username.", @@ -528,7 +528,7 @@ "sharing": { "authenticating": "Authenticating…", "passwordRequired": "This shared project requires a password. Please enter it below:", - "error": "An error occured.", + "error": "An error occurred.", "invalidPassword": "The password is invalid." }, "navigation": {