From ce2164b6c2f3ef745ef7455774b3088eadaa3c6f Mon Sep 17 00:00:00 2001 From: KOWX712 Date: Thu, 28 Nov 2024 18:46:40 +0800 Subject: [PATCH] add back missing string --- module/webroot/locales/A-template.json | 1 + module/webroot/locales/en-US.json | 1 + 2 files changed, 2 insertions(+) diff --git a/module/webroot/locales/A-template.json b/module/webroot/locales/A-template.json index 0ddac2e..a6f7746 100644 --- a/module/webroot/locales/A-template.json +++ b/module/webroot/locales/A-template.json @@ -45,6 +45,7 @@ "boot_hash_set_error": "Failed to update Verified Boot Hash", "saved_and_updated": "Config and target.txt updated", "saved_not_updated": "Config saved, but failed to update target list", + "save_error": "Failed to save config", "uninstall_prompt": "WebUI will be removed after reboot", "uninstall_failed": "Failed to uninstall WebUI", "new_update": "A new update is available!" diff --git a/module/webroot/locales/en-US.json b/module/webroot/locales/en-US.json index 0ddac2e..a6f7746 100644 --- a/module/webroot/locales/en-US.json +++ b/module/webroot/locales/en-US.json @@ -45,6 +45,7 @@ "boot_hash_set_error": "Failed to update Verified Boot Hash", "saved_and_updated": "Config and target.txt updated", "saved_not_updated": "Config saved, but failed to update target list", + "save_error": "Failed to save config", "uninstall_prompt": "WebUI will be removed after reboot", "uninstall_failed": "Failed to uninstall WebUI", "new_update": "A new update is available!"