From 38203a0e7c94f126dde10576e6a76922b364f0a2 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Sun, 7 Dec 2025 11:10:34 -0500 Subject: [PATCH] adjustments to update notification --- messages/en-US.json | 2 +- src/components/ProductUpdates.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/messages/en-US.json b/messages/en-US.json index 9d668dfe..b8a0d1ea 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -1320,7 +1320,7 @@ "productUpdateTitle": "Product Updates", "productUpdateEmpty": "No updates", "dismissAll": "Dismiss all", - "pangolinUpdateAvailable": "New version available", + "pangolinUpdateAvailable": "Update available", "pangolinUpdateAvailableInfo": "Version {version} is ready to install", "pangolinUpdateAvailableReleaseNotes": "View release notes", "newtUpdateAvailable": "Update Available", diff --git a/src/components/ProductUpdates.tsx b/src/components/ProductUpdates.tsx index 73aaaf25..8645b5eb 100644 --- a/src/components/ProductUpdates.tsx +++ b/src/components/ProductUpdates.tsx @@ -356,7 +356,7 @@ function NewVersionAvailable({ -
+
{t("pangolinUpdateAvailableInfo", { version: version.pangolin.latestVersion @@ -365,7 +365,7 @@ function NewVersionAvailable({ {t("pangolinUpdateAvailableReleaseNotes")}