From 0e7f5b1aef417c2d4fc9edcf1e9c771a717b8662 Mon Sep 17 00:00:00 2001 From: Fred KISSIE Date: Sat, 8 Nov 2025 00:57:07 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8C=90=20localize=20product=20update=20em?= =?UTF-8?q?pty=20text?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- messages/en-US.json | 1 + src/components/ProductUpdates.tsx | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/messages/en-US.json b/messages/en-US.json index 36a9a5dd..ca046e4c 100644 --- a/messages/en-US.json +++ b/messages/en-US.json @@ -1283,6 +1283,7 @@ "productUpdateInfo": "{noOfUpdates} updates", "productUpdateWhatsNew": "What's New", "productUpdateTitle": "Product Updates", + "productUpdateEmpty": "No updates", "dismissAll": "Dismiss all", "pangolinUpdateAvailable": "New version available", "pangolinUpdateAvailableInfo": "Version {version} is ready to install", diff --git a/src/components/ProductUpdates.tsx b/src/components/ProductUpdates.tsx index be7436be..d2350118 100644 --- a/src/components/ProductUpdates.tsx +++ b/src/components/ProductUpdates.tsx @@ -230,7 +230,7 @@ function ProductUpdatesListPopup({
    {updates.length === 0 && ( - No updates + {t("productUpdateEmpty")} )} {updates.map((update) => (