diff options
| author | Marco Rodolfi <marco.rodolfi@tuta.io> | 2023-05-04 17:46:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-04 16:46:00 +0100 |
| commit | 089e6b086c7b125ef077a9351f50c292c8cbd712 (patch) | |
| tree | 8d211e9911a1f612702570b662f5601a74ea3c4a /backend/locales/en-US.json | |
| parent | 08d5c942a46df926e18b807a11761e447465def9 (diff) | |
| download | decky-loader-089e6b086c7b125ef077a9351f50c292c8cbd712.tar.gz decky-loader-089e6b086c7b125ef077a9351f50c292c8cbd712.zip | |
Small fix: handle missing localization in backend plus a small typo in the english language (#443)v2.8.0-pre3
* 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
Diffstat (limited to 'backend/locales/en-US.json')
| -rw-r--r-- | backend/locales/en-US.json | 2 |
1 files changed, 1 insertions, 1 deletions
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", |
