Skip to content

Commit

Permalink
chore: update wording on available upgrade (#1718)
Browse files Browse the repository at this point in the history
  • Loading branch information
acarranoqovery authored Oct 14, 2024
1 parent cc3928e commit 3f75e1b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,10 @@ function MenuManageDeployment({ cluster, clusterStatus }: { cluster: Cluster; cl
className="relative"
color="yellow"
>
Upgrade to {clusterStatus.next_k8s_available_version}
Upgrade K8s to {clusterStatus.next_k8s_available_version}
<Tooltip
side="bottom"
content="Your cluster is out of date. Click here to upgrade it now. The upgrade will be performed automatically after a certain period."
content="A new Kubernetes version is available. Click here to upgrade your cluster now or wait for the upgrade to be performed automatically by Qovery after a certain period."
>
<div className="absolute right-2">
<Icon iconName="circle-exclamation" iconStyle="regular" />
Expand Down

0 comments on commit 3f75e1b

Please sign in to comment.