From daf044a7e4b0bfa4c8a6e717b3871e5add78680c Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Mon, 17 Nov 2025 21:36:22 +0000 Subject: [PATCH] langs --- frontend/public/locales/en-GB/translation.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/frontend/public/locales/en-GB/translation.json b/frontend/public/locales/en-GB/translation.json index a0f7a2666e..f9230a9534 100644 --- a/frontend/public/locales/en-GB/translation.json +++ b/frontend/public/locales/en-GB/translation.json @@ -3225,7 +3225,9 @@ "unexpectedError": "Unexpected error: {{message}}", "accountCreatedSuccess": "Account created successfully! You can now sign in.", "passwordChangedSuccess": "Password changed successfully! Please sign in with your new password.", - "credentialsUpdated": "Your credentials have been updated. Please sign in again." + "credentialsUpdated": "Your credentials have been updated. Please sign in again.", + "backendLoadingTitle": "Backend starting up", + "backendLoadingMessage": "Backend is currently loading and/or not started. Please wait a few moments and try again." }, "signup": { "title": "Create an account",