From 089e6b086c7b125ef077a9351f50c292c8cbd712 Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Thu, 4 May 2023 17:46:00 +0200 Subject: Small fix: handle missing localization in backend plus a small typo in the english language (#443) * Hotfix for i18n where the detector was overriding localStorage * Please, pnpm, cooperate * Small fix regarding the backend getting hammered when switching to not supported languages plus a small english typo --- backend/locales/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'backend/locales') diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json index 70a7a7ae..4abac003 100644 --- a/backend/locales/en-US.json +++ b/backend/locales/en-US.json @@ -171,7 +171,7 @@ "patch_notes_desc": "Patch Notes", "updates": { "check_button": "Check For Updates", - "checking": "'Checking", + "checking": "Checking", "cur_version": "Current version: {{ver}}", "install_button": "Install Update", "label": "Updates", -- cgit v1.2.3