diff options
| author | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2024-03-01 23:07:51 +0000 |
|---|---|---|
| committer | Party Wumpus <48649272+PartyWumpus@users.noreply.github.com> | 2024-03-01 23:07:51 +0000 |
| commit | 11b743a79285d458bf7ef31ac6f1c62ed46d7b86 (patch) | |
| tree | e4bcc54bd54a8ae9f2275e57127ff90ed8b7acc9 /backend/locales/en-US.json | |
| parent | 637e3c566e3aee04c57de008a0a0a8b5e95b447f (diff) | |
| download | decky-loader-11b743a79285d458bf7ef31ac6f1c62ed46d7b86.tar.gz decky-loader-11b743a79285d458bf7ef31ac6f1c62ed46d7b86.zip | |
Add loading bar to testing page and make downloading more robust
Diffstat (limited to 'backend/locales/en-US.json')
| -rw-r--r-- | backend/locales/en-US.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json index fe544dea..e1e0b9ea 100644 --- a/backend/locales/en-US.json +++ b/backend/locales/en-US.json @@ -267,6 +267,8 @@ "Testing": { "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..." + "loading": "Loading open Pull Requests...", + "error": "Error Installing PR", + "start_download_toast": "Downloading PR #{{id}}" } } |
