1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-10 00:05:24 +02:00

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

Co-authored-by: testa113 <testa113>
This commit is contained in:
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

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