From 213caea5b6ff9bae2cbd2a28c87499e82d54b9d6 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Thu, 7 Dec 2023 11:51:18 -0500 Subject: [PATCH] fix: missing translation --- web/locales/en_US.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/locales/en_US.json b/web/locales/en_US.json index 1d78d8d1f..2a39cee5a 100644 --- a/web/locales/en_US.json +++ b/web/locales/en_US.json @@ -330,5 +330,6 @@ "Unknown error": "Unknown error", "Installing Extended": "Installing Extended", "Please finish the initiated downgrade to enable updates.": "Please finish the initiated downgrade to enable updates.", - "Please finish the initiated update to enable a downgrade.": "Please finish the initiated update to enable a downgrade." + "Please finish the initiated update to enable a downgrade.": "Please finish the initiated update to enable a downgrade.", + "Download Diagnostics": "Download Diagnostics" }