From ef9afa8cbca29a3dd83454f44264a4682e968c59 Mon Sep 17 00:00:00 2001 From: Jonas Dellinger Date: Sat, 24 Jun 2023 12:59:39 +0200 Subject: Add notification settings, which allows muting decky/plugin toast notifications (#479) * Add notification settings, which allows muting decky/plugin toast notifications * Fix typos --- backend/locales/en-US.json | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'backend') 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": { -- cgit v1.2.3