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