From 230918b94c00d30715941d24f9371250b52d77b2 Mon Sep 17 00:00:00 2001 From: Marco Rodolfi Date: Thu, 2 Feb 2023 12:25:07 +0100 Subject: [PATCH] Key fixes --- backend/locales/en.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/locales/en.json b/backend/locales/en.json index 6c3298d1..b8783864 100644 --- a/backend/locales/en.json +++ b/backend/locales/en.json @@ -52,9 +52,9 @@ "desc": "Are you sure you want to uninstall {{name}}?", "button": "Uninstall" }, - "plugin_load": { - "plugin_load_error": "Error loading plugin {{name}}", - "plugin_load_error_toast": "Error loading {{name}}" + "plugin_load_error": { + "message": "Error loading plugin {{name}}", + "toast": "Error loading {{name}}" }, "error": "Error", "plugin_error_uninstall": "Please go to {{-icon}} in the Decky menu if you need to uninstall this plugin.",