fix(wizard): Capitalise Kubernetes [EE-5178] (#8663)

Co-authored-by: testa113 <testa113>
pull/8691/head
Ali 2023-03-16 18:50:58 +13:00 committed by GitHub
parent 1cfd031db1
commit 106c719a34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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