adjustments to update notification

This commit is contained in:
miloschwartz
2025-12-07 11:10:34 -05:00
parent 5e9d660e26
commit 38203a0e7c
2 changed files with 3 additions and 3 deletions

View File

@@ -1320,7 +1320,7 @@
"productUpdateTitle": "Product Updates", "productUpdateTitle": "Product Updates",
"productUpdateEmpty": "No updates", "productUpdateEmpty": "No updates",
"dismissAll": "Dismiss all", "dismissAll": "Dismiss all",
"pangolinUpdateAvailable": "New version available", "pangolinUpdateAvailable": "Update available",
"pangolinUpdateAvailableInfo": "Version {version} is ready to install", "pangolinUpdateAvailableInfo": "Version {version} is ready to install",
"pangolinUpdateAvailableReleaseNotes": "View release notes", "pangolinUpdateAvailableReleaseNotes": "View release notes",
"newtUpdateAvailable": "Update Available", "newtUpdateAvailable": "Update Available",

View File

@@ -356,7 +356,7 @@ function NewVersionAvailable({
<XIcon className="size-4 flex-none" /> <XIcon className="size-4 flex-none" />
</button> </button>
</div> </div>
<div className="flex flex-col gap-2"> <div className="flex flex-col gap-0.5">
<small className="text-muted-foreground"> <small className="text-muted-foreground">
{t("pangolinUpdateAvailableInfo", { {t("pangolinUpdateAvailableInfo", {
version: version.pangolin.latestVersion version: version.pangolin.latestVersion
@@ -365,7 +365,7 @@ function NewVersionAvailable({
<a <a
href={version.pangolin.releaseNotes} href={version.pangolin.releaseNotes}
target="_blank" target="_blank"
className="inline-flex items-center gap-0.5 text-xs font-medium" className="inline-flex items-center gap-1 text-xs font-medium"
> >
<span> <span>
{t("pangolinUpdateAvailableReleaseNotes")} {t("pangolinUpdateAvailableReleaseNotes")}