diff options
| author | EMERALD <hudson.samuels@gmail.com> | 2023-07-12 18:52:32 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-12 16:52:32 -0700 |
| commit | 6d086fb5d52a690c6e07c49ba065f1d83a8ab1db (patch) | |
| tree | c2b1b75240cb27cffaad981d18da90d707dc2ece /backend | |
| parent | 7c805e9b80996c69e4401514c5468a5fdc40e178 (diff) | |
| download | decky-loader-6d086fb5d52a690c6e07c49ba065f1d83a8ab1db.tar.gz decky-loader-6d086fb5d52a690c6e07c49ba065f1d83a8ab1db.zip | |
Add testing store info to browse tab (#504)v2.10.4-pre2
Diffstat (limited to 'backend')
| -rw-r--r-- | backend/locales/en-US.json | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json index 82ad3800..7845ae4f 100644 --- a/backend/locales/en-US.json +++ b/backend/locales/en-US.json @@ -220,7 +220,11 @@ "alph_desc": "Alphabetical (A to Z)", "title": "Browse" }, - "store_testing_cta": "Please consider testing new plugins to help the Decky Loader team!" + "store_testing_cta": "Please consider testing new plugins to help the Decky Loader team!", + "store_testing_warning": { + "desc": "You can use this store channel to test bleeding-edge plugin versions. Be sure to leave feedback on GitHub so the plugin can be updated for all users.", + "label": "Welcome to the Testing Store Channel" + } }, "StoreSelect": { "custom_store": { @@ -234,7 +238,7 @@ "testing": "Testing" } }, - "TitleView":{ + "TitleView": { "decky_store_desc": "Open Decky Store", "settings_desc": "Open Decky Settings" }, |
