From 13ba72ee0744a9d4fc4d57a1e9e9c12d8f2db0c7 Mon Sep 17 00:00:00 2001 From: Ali <83188384+testA113@users.noreply.github.com> Date: Thu, 16 Mar 2023 18:50:54 +1300 Subject: [PATCH] fix(wizard): Capitalise Kubernetes [EE-5178] (#8662) Co-authored-by: testa113 --- .../wizard/EnvironmentTypeSelectView/environment-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/react/portainer/environments/wizard/EnvironmentTypeSelectView/environment-types.ts b/app/react/portainer/environments/wizard/EnvironmentTypeSelectView/environment-types.ts index a289df49c..5e50b0494 100644 --- a/app/react/portainer/environments/wizard/EnvironmentTypeSelectView/environment-types.ts +++ b/app/react/portainer/environments/wizard/EnvironmentTypeSelectView/environment-types.ts @@ -46,7 +46,7 @@ export const existingEnvironmentTypes: EnvironmentOption[] = [ label: 'Kubernetes', icon: Kubernetes, iconType: 'logo', - description: 'Connect to a kubernetes environment via URL/IP', + description: 'Connect to a Kubernetes environment via URL/IP', }, { id: 'aci',