mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-08 03:36:37 +00:00
adjustments to update notification
This commit is contained in:
@@ -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",
|
||||||
|
|||||||
@@ -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")}
|
||||||
|
|||||||
Reference in New Issue
Block a user