Skip to content

Commit

Permalink
fix AddonsInstalling constant (#4396)
Browse files Browse the repository at this point in the history
  • Loading branch information
laverya authored Jan 25, 2024
1 parent 361a47b commit 90a6319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/utilities/utilities.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ export const Utilities = {
return "No active cluster upgrade found";
case "KubernetesInstalled":
return "Cluster version upgraded";
case "AdonsInstalling":
case "AddonsInstalling":
return "Upgrading addons";
case "HelmChartUpdateFailure":
return "Failed to upgrade addons";
Expand Down

0 comments on commit 90a6319

Please sign in to comment.