summaryrefslogtreecommitdiff
path: root/backend/locales
diff options
context:
space:
mode:
authorJonas Dellinger <jonas@dellinger.dev>2023-06-24 12:59:39 +0200
committerGitHub <noreply@github.com>2023-06-24 12:59:39 +0200
commitef9afa8cbca29a3dd83454f44264a4682e968c59 (patch)
tree5eb5033ba579ab6159d593cb01d8cf9b011f1942 /backend/locales
parent143461d59793665f9e54d05ba00b16c55dfec57f (diff)
downloaddecky-loader-ef9afa8cbca29a3dd83454f44264a4682e968c59.tar.gz
decky-loader-ef9afa8cbca29a3dd83454f44264a4682e968c59.zip
Add notification settings, which allows muting decky/plugin toast notifications (#479)
* Add notification settings, which allows muting decky/plugin toast notifications * Fix typos
Diffstat (limited to 'backend/locales')
-rw-r--r--backend/locales/en-US.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/backend/locales/en-US.json b/backend/locales/en-US.json
index 1561b006..3e24887c 100644
--- a/backend/locales/en-US.json
+++ b/backend/locales/en-US.json
@@ -186,6 +186,11 @@
},
"updates": {
"header": "Updates"
+ },
+ "notifications": {
+ "header": "Notifications",
+ "decky_updates_label": "Decky update available",
+ "plugin_updates_label": "Plugin updates available"
}
},
"SettingsIndex": {