summaryrefslogtreecommitdiff
path: root/backend
diff options
context:
space:
mode:
authorPartyWumpus <48649272+PartyWumpus@users.noreply.github.com>2024-05-12 23:56:11 +0100
committerPartyWumpus <48649272+PartyWumpus@users.noreply.github.com>2024-05-12 23:56:11 +0100
commit675b6d5ef8c3f84e5758d675ae0ff94ebb601de4 (patch)
treed147854676605ef93ebd07489676e7fb08296159 /backend
parent97b62ac72b3948a2e33dcb8f494153a016fce2fd (diff)
downloaddecky-loader-675b6d5ef8c3f84e5758d675ae0ff94ebb601de4.tar.gz
decky-loader-675b6d5ef8c3f84e5758d675ae0ff94ebb601de4.zip
fix locale mistake
from 28aca03f0d37686e822053fc7387502917ff283c
Diffstat (limited to 'backend')
-rw-r--r--backend/locales/en-US.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json
index 1d0b9f77..1898b29b 100644
--- a/backend/locales/en-US.json
+++ b/backend/locales/en-US.json
@@ -265,6 +265,10 @@
}
},
"Testing": {
- "download": "Download"
+ "download": "Download",
+ "header": "The following versions of Decky Loader are built from open third-party Pull Requests. The Decky Loader team has not verified their functionality or security, and they may be outdated.",
+ "loading": "Loading open Pull Requests...",
+ "error": "Error Installing PR",
+ "start_download_toast": "Downloading PR #{{id}}"
}
}