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",
"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",

View File

@@ -356,7 +356,7 @@ function NewVersionAvailable({
<XIcon className="size-4 flex-none" />
</button>
</div>
<div className="flex flex-col gap-2">
<div className="flex flex-col gap-0.5">
<small className="text-muted-foreground">
{t("pangolinUpdateAvailableInfo", {
version: version.pangolin.latestVersion
@@ -365,7 +365,7 @@ function NewVersionAvailable({
<a
href={version.pangolin.releaseNotes}
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>
{t("pangolinUpdateAvailableReleaseNotes")}